XML Validation against XSD
Unsolved
General and Desktop
-
Hi,
Is there some other Qt way then QXmlSchemaValidator from xmlpatterns how to check XML conforming XSD? Or I have to use external library? (currently xmllint) I'm on Qt4I cannot use QXmlSchemaValidator as its allocating all RAM(12GB)+swap and then failing on out of memory. It's generating permutation 11 deep inside Qt code :-/ (Shared between Qt4 and Qt5)
Thanks.
-
12GB of RAM?!
How big are your XML files?
Could be a bug in QXmlSchemaValidator.