With Param node
When you are working in the TrueSight Orchestration Development Studio XSLT transform editor, the With Param node is used to define a value for a parameter that will be passed into a Template.
This node can only be placed on the Stylesheet Builder Canvas as a child node of an Apply Templates or a Call Template node.
Field | Description | Required |
---|---|---|
Name | Parameter name for which a value will be defined. This Name must match the Name specified in the Param node of the Template being applied or called. This value must be a qualified name (Qname), beginning with a letter, colon, or underscore and consisting of alphanumeric characters, underscores, or dashes. | Yes |
Select | The XPath expression used to define the parameter's value. | Yes |
XPath Helpers (Groups / Functions) | The XPath helpers, Groups, and Functions are used to facilitate the formation of basic XPath statements. | NA
|