Tags
Xslt2
- 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.
- 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.