How To check validity of XML File
can any one tell me how to find whether an XML file is valid or not before beginning to parse the XML file Thanks in advance
[151 byte] By [
paapu] at [2007-9-26 6:29:16]

Xerces will do that for qou, if you activate validation (and, of course, a DTD is specified in the file). Read the documentation of Xerces at xml.apache.org
RiGe at 2007-7-1 15:36:42 >
