The "integrated" XML Library provides methods for parsing XML data in XML 1.0 format to
DOM representation, for editing
a DOM representation, and for rendering a DOM representation in XML data. iXML Library supports DTDs (Document Type Definitions).
The "serial" XML Library provides methods for iterative processing of XML data in various formats. An XML reader reads XML data, node by node. An XML writer writes individual nodes in XML data. sXML Library supports
JSON.
Objects in both libraries can be used as the source or target of the statement CALL TRANSFORMATION.