Tags
Xslt2
- 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.
- empty()
18 Apr 2026
Returns true if the sequence has zero items, and false if it contains one or more items.
- ends-with()
18 Apr 2026
Returns true if the first string ends with the second string, using optional collation for comparison.
- exists()
18 Apr 2026
Returns true if the sequence contains at least one item, and false if it is empty.
- format-date()
18 Apr 2026
Formats an xs:date value into a human-readable string using a picture pattern, with optional locale and calendar support.
- format-dateTime()
18 Apr 2026
Formats an xs:dateTime value into a human-readable string using a picture pattern, with optional locale and calendar support.