Monday, March 3, 2008

Java API for XML Processing


The Java API for XML Processing (JAXP), part of the Java SE platform,
supports the processing of XML documents using Document ObjectModel (DOM),
Simple API for XML (SAX), and Extensible Stylesheet Language Transformations (XSLT).
JAXP enables applications to parse and transform XML documents independent
of a particular XML processing implementation.


No comments: