Configuring the XPath Split Processor

This processor splits XML documents into several chunks according to a small subset of an XPath expression.

Your XPath expression must only include direct child selection, for example, /a/b/c selects the <c> node in <a><b><c></c></b></a> expression.

  1. Expand Custom processors, and click Add item.
  2. In XPath, specify a simple Xpath expression.
  3. In Next processor's id, specify the identifier of the next processor that must process chunks.
  4. In Processor's id, specify the identifier of the processor that must process documents. This id must be identical to the Entry point id.
  5. Click Apply.