Tags
Xpath
- 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.
- 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.
- document()
18 Apr 2026
Loads an external XML document by URI and returns its root node as a node-set, enabling multi-document transformations in XSLT 1.0.
- element-available()
18 Apr 2026
Returns true if the named XSLT instruction or extension element is supported by the processor, enabling portable fallback branches.
- 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.