+

Search Tips   |   Advanced Search

XML SAX Parser for file endpoint

Use the XML SAX Parser to read large XML documents that the DOM-based XML Parser cannot handle because of memory constraints. The XML SAX Parser is based on the Apache Xerces library.

The XML SAX Parser extracts data that is enclosed within the Group tag that you specify in the configuration. It creates an entry with the attributes that are present in the data. To access the XML SAX Parser configuration parameters:

  1. Add a File endpoint.
  2. On the File endpoint configuration page, click Parser and select XML SAX 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 SAX Parser and examples of its usage, go to the SDI documentation and search for XML SAX Parser.


Parent topic:

File parsers