Chapter 36: Configuring Java XML Parser Support


About JAXP

EAServer 4.0 includes support for JAXP (Java API for XML Parsing) 1.1. The package includes the industry-standard DOM and SAX APIs, Crimson SAX and DOM parsers, and the Xalan XSLT transformer from Apache.

You can find programming examples for each of these APIs in Sun’s The Java/XML Tutorial, available at http://java.sun.com/xml/tutorial_intro.html.