Value of node
When you are working in the TrueSight Orchestration Development Studio XSLT transform editor, the Value of node extracts a value from the source document to write to the resulting XML document, using an XPath expression to define the value to write.
The following table lists the Value of node properties.
Field | Field | Required |
|---|---|---|
Select | The XPath expression used to define the segment of the source document to be written to the resulting XML document. | Yes |
XPath Helpers (Groups / Functions) | The XPath helpers, Groups and Functions, are used to facilitate the formation of basic XPath statements. | NA |
Disable output escaping | Indicates whether XML special characters should be escaped in the resulting XML document or output exactly as extracted from the source document. For example, if the source document contained a < character that would be contained in the resulting value, if this option is unchecked the resulting value would be &lt; and if this option is checked, the resulting value would be unchanged. | NA
|
Related topic