Tags
Xslt2
- format-time()
18 Apr 2026
Formats an xs:time value into a human-readable string using a picture pattern, with optional locale and calendar support.
- hours-from-time()
18 Apr 2026
Extracts the hours component from an xs:time value as an xs:integer in the range 0–23.
- 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.
- lower-case()
18 Apr 2026
Converts every character of a string to its Unicode lowercase equivalent using locale-independent Unicode case mapping.
- matches()
18 Apr 2026
Tests whether a string matches a regular expression, returning true or false.
- max()
18 Apr 2026
Returns the largest value in a sequence of comparable items, optionally using a named collation for string comparison.
- min()
18 Apr 2026
Returns the smallest value in a sequence of comparable items, optionally using a named collation for string comparison.
- minutes-from-time()
18 Apr 2026
Extracts the minutes component from an xs:time value as an xs:integer in the range 0–59.