Tags
Reference
- 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.
- current-date()
18 Apr 2026
Returns the current date as an xs:date value, stable for the duration of the transformation.
- current-dateTime()
18 Apr 2026
Returns the current date and time as an xs:dateTime value, fixed for the duration of the transformation.
- current-group()
18 Apr 2026
Returns the sequence of items in the current group inside an xsl:for-each-group instruction.
- current-grouping-key()
18 Apr 2026
Returns the grouping key of the current group inside an xsl:for-each-group instruction.
- current-output-uri()
18 Apr 2026
Returns the URI of the current result document being written inside an xsl:result-document instruction.
- current-time()
18 Apr 2026
Returns the current time as an xs:time value, stable and fixed for the duration of the transformation.
- current()
18 Apr 2026
Returns the context node of the innermost xsl:template or xsl:for-each, unaffected by nested predicates.
- day-from-date()
18 Apr 2026
Extracts the day-of-month component from an xs:date value as an xs:integer in the range 1–31.