Reference: XML-Stream-Splitter Properties
Common Tab
Property | XML Attribute Name | Description |
|---|---|---|
Namespaces
| namespaces
| The namespaces used by your XPath expression. |
XPath
| xpath
| The XPath expression that extracts XML from bulk input messages. |
XPath Version
| xpath-version
| Specifies whether to use XPath version 1.0, 2.0, or 3.0. Enter the value 1 for assembly versions through Workday 11. Enter 2 or 3 for assembly versions Workday 12 onwards.
You can enable Workday to set the version dynamically using an MVEL template that inserts a system property value. Example: @{props.get('the_version')} . |