Tags
Xslt2
- compare()
18 Apr 2026
Compares two strings using a collation and returns -1, 0, or 1 indicating their relative order.
- 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.
- 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.
- distinct-values()
18 Apr 2026
Returns a sequence containing only the distinct values from the input sequence, removing duplicates using value equality.
- document-uri()
18 Apr 2026
Returns the URI of the document node that contains the given node, as an xs:anyURI.