+

Search Tips   |   Advanced Search

Overview of the XML API

The product provides the IBM XML Application Programming Interface in support of the XML standards. This application programming interface invokes a runtime engine that is capable of executing XPath 2.0, XSLT 2.0, and XQuery 1.0 as well as manipulating the returned XML data.

Consider using the Java API for XML Processing (JAXP) instead of migrating to the XML API if JAXP meets your requirements with its existing support for XSLT 1.0 and XPath 1.0.


Subtopics


Related:

  • Supported input and result types
  • The XFactory class
  • Relationship of the processor to the Java API for XML Processing (JAXP)
  • Performance tips
  • XSLT 2.0, XPath 2.0, and XQuery 1.0 implementation-specific behaviors
  • Conformance statements