Feb 3, 2003 #1 varocho Programmer Joined Dec 4, 2000 Messages 238 Location 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)
Feb 4, 2003 #2 Polu Programmer Joined Sep 18, 2002 Messages 69 Location GB Try xalan Upvote 0 Downvote
Jun 13, 2003 Thread starter #3 varocho Programmer Joined Dec 4, 2000 Messages 238 Location 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.