Configuring the XML Advanced Connector

This connector allows you to run several processors on XML documents. Some processors in the pipeline can be chained, that is to say that the result of one processor is fed to another. Processors can be split into two categories:

  • Regular processors that handle one document and extract data from it.
  • Split processors that extract chunks of XML data from one (possibly large) document and delegate chunk processing to other processors.

This section details the processors bundled with the connector. These are all regular processors unless stated otherwise.


In this section:

About the Processor Pipeline
Configuring the PAPI Document Processor
Configuring the XML Element Processor
Configuring the XPath Processor
Configuring the XSLT Processor
Configuring the Tee Processor
Configuring the XML Attach Processor
Configuring the Child Split Processor
Configuring the XPath Split Processor
Configuring the Custom Processor