Tags
Reference
- hours-from-time()
18 Apr 2026
Extracts the hours component from an xs:time value as an xs:integer in the range 0–23.
- id()
18 Apr 2026
Selects elements in the document whose ID attribute value matches the given string or space-separated list of IDs.
- implicit-timezone()
18 Apr 2026
Returns the processor's implicit timezone as an xs:dayTimeDuration, used when date/time values have no explicit timezone.
- index-of()
18 Apr 2026
Returns a sequence of 1-based integer positions where a value occurs in a sequence, using value equality.
- insert-before()
18 Apr 2026
Returns a new sequence with one or more items inserted at a specified 1-based position, without modifying the original sequence.
- key()
18 Apr 2026
Looks up nodes using a named xsl:key index, returning all nodes whose key value matches the given value.
- lang()
18 Apr 2026
Returns true if the context node's xml:lang attribute matches the given language code, following BCP 47 prefix rules.
- last()
18 Apr 2026
Returns the size of the context node-set, i.e. the index of the last item in the current iteration context.
- local-name()
18 Apr 2026
Returns the local part of the expanded name of a node, stripping any namespace prefix.
- lower-case()
18 Apr 2026
Converts every character of a string to its Unicode lowercase equivalent using locale-independent Unicode case mapping.