Hello there, does anyone know how to validate a large XML file on PHP?
I have seen in many places that people uses DOMDocument::schemaValidate, however, since DOM loads into memory the hole XML tree, for large XML files (like 100Mb) it's no good.
Thanks !