JavaTM API for XML Processing
README

Specification Version: 1.3
Reference Implementation (RI) Version: 1.3.1

Contents:

Overview

The Java API for XML Processing (JAXP) enables applications to parse and transform XML documents using an API that is independent of a particular XML processor implementation. JAXP provides a pluggability layer over Parser and Transformer functionality. Using this software, application and tool developers can build fully-functional XML-enabled Java applications for e-commerce, application integration, and web publishing.

The JAXP expert group has wide industry participation with Sun Microsystems as the EG lead. An implementation of the JAXP 1.3 specification is included in the latest J2SE release, J2SE 5.

JAXP 1.3 adds many new features for fast and easy XML processing:

Conformance

The JAXP 1.3.1 release supports the following standards and specifications:

Documentation

The documentation for this release consists of:

Samples

There are different types of samples, which show how to use the new functionality introduced as part of the JAXP 1.3 APIs, such as Schema Validation, XPath, etc. This distribution contains samples under the jaxp/samples directory. Going forward, new samples that demonstrate how to use the new APIs will be added. Please direct any questions you have about using the APIs to the XML Forums or Mailing lists.

XML Discussion Forums and Feedback

JAXP is a sub-project of the jwsdp project. Currently, we do not have a separate mailing list for JAXP but are reusing the jwsdp users mailing list. Please send questions about JAXP 1.3 to users@jswsdp.dev.java.net.

Please use the The Java Developer Connection (JDC) Forum on Java Technology & XML for questions about general problems with XML or XSLT.

Bugs

Report a bug here.