+

Search Tips   |   Advanced Search

XML Parser for file endpoint

Use the XML Parser to read and write XML documents. The XML Parser uses the XLXP implementation of the StAX (JSR-173) specification. StAX is a cursor-based XML Parser that can both read from and write to XML.

This XML Parser is much faster than the traditional DOM-based Simple XML Parser because it does not need to load the whole XML structure in memory like DOM does. To access the XML Parser configuration parameters:

  1. Add a File endpoint.
  2. On the File endpoint configuration page, click Parser and select XML Parser from the list.
  3. Expand the Parser section to view the parameters.


Parameters

We can also configure the following advanced parameters. Under the Parser section, expand Advanced to view these parameters.

For detailed information about the XML Parser and examples of its usage, go to the SDI documentation and search for XML Parser.


Parent topic:

File parsers