Topic: Sun.com : XML Validation and XPath Evaluation in J2SE 5.0 (Read 335 times)
Robot
I am a fanatic. So?
Posts: 547
1192 credits Members referred : 0
« on: Nov 14, 2005, 09:36:11 PM »
J2SE 5.0 provides support for validating an XML document against a schema, as well as evaluation of XPath for selecting document nodes. This article shows how to make the most of javax.xml.validation and javax.xml.xpath libraries, and it provides simple tutorials on both XML schema and XPath.