By example i have big xml file (>100mb), and i want check is structure of this file valid.
Yes, i can try to load this file with DOMDocument, by example, but i will read this file with PHP xml parser, which "lets you parse, but not validate, XML documents".
Is there any way for do this without full load xml file into memory?
Yes, i can try to load this file with DOMDocument, by example, but i will read this file with PHP xml parser, which "lets you parse, but not validate, XML documents".
Is there any way for do this without full load xml file into memory?