The xml package
The Genero Web Services XML package provides classes and methods to handle any kind of XML documents, including documents with namespaces.
The library provides a W3C-compatible DOM API, integrating additional XML Schema and DTD validation methods. There is also an API compatible with StAX for writing or reading XML documents where performance and speed are important.
Use the IMPORT
statement at
the top of the module using this library:
IMPORT xml