Tags
Xslt1
- xsl:decimal-format
19 Apr 2026
Defines a named decimal format controlling how format-number() formats numbers in XSLT 1.0 and later.
- xsl:key
19 Apr 2026
Defines a named index for efficiently selecting nodes using the key() function in XSLT 1.0 and later.
- xsl:message
19 Apr 2026
Emits a diagnostic message to the processor's error output; optionally terminates transformation with terminate='yes'.
- xsl:namespace-alias
19 Apr 2026
Maps a namespace prefix used in the stylesheet to a different prefix in the result tree, enabling stylesheets that generate XSLT.
- xsl:number
19 Apr 2026
Formats a number or automatically generates a sequence number based on the node's position in the document.
- boolean()
18 Apr 2026
Converts any XPath value โ node-set, string, number, or boolean โ to a boolean according to XPath 1.0 rules.
- ceiling()
18 Apr 2026
Returns the smallest integer not less than the argument โ equivalent to rounding a number up toward positive infinity.
- concat()
18 Apr 2026
Concatenates two or more strings into a single string, accepting any number of arguments.
- contains()
18 Apr 2026
Returns true if the first string contains the second string as a substring, otherwise returns false.
- count()
18 Apr 2026
Returns the number of nodes in a node-set or items in a sequence as an integer.