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.