Show TOC

ESP to XMLDOC String Formatter Module ConfigurationLocate this document in the navigation structure

The ESP to XMLDOC String formatter translates AepRecord objects to XML format string according to the schema file specified in the adapter configuration file. Set values for this formatter in the adapter configuration file.

This formatter is stream-based and can connect two stream-based transporters rather than row-based transporters.
XML Element Description
XMLSchemaFilePath

Type: string

(Required) The path to the XML schema file that the XML output document builds against. No default value.

GlobalElementLocalName

Type: string

(Required) Specify a global element to use as the root element in the generated XML document.

No default value.

ColsMapping

(Required) Element containing the Column element.

Column

Type: string

(Required) Specify which attributes or child elements, generated by the global element, to match by a pattern path expression and map to columns of the ESP row.

For example, [<Column>XPath expression</Column>]+.

The XPath expression is any valid XPath expression specified by an XPath specification. The first <Column/> element value is mapped to the first column of the ESP row, the second <Column/> element value is mapped to the second column of the ESP row, and so on.