Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

validating an XML file

Status
Not open for further replies.

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)
 
I ended up using the SAXParser class and then creating an XML utility class with a 'validate' method.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top