Reference: XPath-Strategy Properties
Common Tab
Property | XML Attribute Name | Description |
|---|---|---|
Filter
| filter
| Indicates whether Studio displays an error message when you implement invalid XPath
expressions on a choose-route child element. |
Namespaces
| namespaces
| The namespaces used by your XPath expression in the format prefix namespace
prefix2 namespace2 . Overrides namespace mappings in the
assembly.xml file. |
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')} . |