Number node
When you are working in the TrueSight Orchestration Development Studio XSLT transform editor, the Number node is used to determine the integer position of a node or to format a number.
The Value, Grp Sep, Grp Size fields apply to numeric formatting. The remaining six fields apply to counting.
Field | Description | Required |
|---|---|---|
Value | The numeric value to be formatted. | No |
Grp Sep | Specifies the grouping separator used to separate groups of digits. The default value is a comma (,). | No |
Grp Size | Specifies the number of digits in each group. Each group will be separated by the character defined in the Grp Sep field, and will count from right to left to establish groups. The default value is 3. | No |
Count | An XPath expression used to specify the nodes in the source document to be counted. | No |
From | An XPath expression used to specify the starting point for counting in the source document. | No |
Level | Drop-down menu used to select the method for assigning the sequence number. Valid values: single, multiple, any | No |
Format | Defines the output format for the number. Valid values for Format:
| No |
Lang | Specifies the language alphabet to be used for the numbering. | No |
Letter | Drop-down menu used to select the numbering style for the language defined in the Lang field. Valid values: alphabetic, traditional The default value is alphabetic. | No |
Related topic