XML Formatter
The adapter provides formatting functions for XML documents, e.g. indents and line breaks.
Properties
Operation | Defines the operation executed by the adapter Possible values:
|
Parameters
Adapter | Main adapter class (do not change!) Possible values: de.softproject.integration.adapter.xmlformatter.XMLFormatterAdapter: Main class (default) |
indentSize | Number of indents within the XML document Possible values: Any integer value, e.g. |
Status values
1 (successful) | The request was successful and a result was returned |
-1 (failed) | The request failed due to a technical error |
Input
The adapter expects an unformatted XML document as input.
Output
The adapter outputs a formatted XML document.