Feb 3, 2003 #1 varocho Programmer Dec 4, 2000 238 US How can I validate an XML file against an XSD file? (I'm using the 1.3 JDK, and the JDOM API to create the XML file)
How can I validate an XML file against an XSD file? (I'm using the 1.3 JDK, and the JDOM API to create the XML file)
Jun 13, 2003 Thread starter #3 varocho Programmer Dec 4, 2000 238 US I ended up using the SAXParser class and then creating an XML utility class with a 'validate' method. Upvote 0 Downvote
I ended up using the SAXParser class and then creating an XML utility class with a 'validate' method.