validating huge XML files against XSD schemas?

Having trouble installing Oxygen? Got a bug to report? Post it all here.
TE
Posts: 6
Joined: Thu Nov 13, 2003 5:42 pm

validating huge XML files against XSD schemas?

Post 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.
george
Site Admin
Posts: 2095
Joined: Thu Jan 09, 2003 2:58 pm

Post 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
Post Reply