Tags
Xslt
- xsl:number
19 Apr 2026
Formats a number or automatically generates a sequence number based on the node's position in the document.
- xsl:override
19 Apr 2026
Inside xsl:use-package, provides local implementations that replace specific components imported from the used package.
- xsl:package
19 Apr 2026
The root element of an XSLT 3.0 package, a named and versioned reusable unit of stylesheet components.
- xsl:use-accumulators
19 Apr 2026
Declares which accumulators are active for a streaming template or mode, enabling the processor to compute only necessary values.
- xsl:use-package
19 Apr 2026
Declares that the current stylesheet or package uses components from a named external XSLT 3.0 package.
- zero-or-one()
19 Apr 2026
Asserts that the sequence contains zero or one items; raises a dynamic error if it contains more than one item.
- abs()
18 Apr 2026
Returns the absolute value of a numeric argument, removing any negative sign while preserving the numeric type.
- apply()
18 Apr 2026
Calls a function item with arguments supplied as an array, enabling dynamic dispatch with a variable argument list.
- array:append()
18 Apr 2026
Returns a new array with an additional member appended at the end.
- array:get()
18 Apr 2026
Returns the member of an array at a specified 1-based position.