+

Search Tips   |   Advanced Search

Simple XML Parser for file endpoint

Use the Simple XML Parser to read and write XML documents. It deals with XML data that is not more than two levels deep.

The Simple XML Parser uses the Apache Xerces and Xalan libraries. The parser gives access to the XML document through a script object called xmldom. The xmldom object is an instance of the org.w3c.dom.Document interface. For more information about this interface, see the W3C documentation at http://www.w3schools.com or the Oracle Java API documentation at http://docs.oracle.com.

Note: The XML Parser for file endpoint is the improved and enhanced XML Parser. To access the Simple XML Parser configuration parameters:

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


Parent topic:

File parsers