Page 1 of 1

validating huge XML files against XSD schemas?

Posted: Thu Nov 13, 2003 6:03 pm
by TE
Hi,

how can I validate huge XML files (>200MB) against given
XSD schemas? Of course I can't open them with Oxygen.
Do I have do write Java program using the well known
libraries or is there a (command line) tool available that
can do this for me? It should support the lastest standards
(XSD indicators / XSD restrictions).

Thanks for your tipps.

Posted: Thu Nov 13, 2003 7:23 pm
by george
Hi,

Check out the sax.Counter sample that comes with Xerces:
http://xml.apache.org/xerces2-j/samples ... ml#Counter

Best Regards,
George