Tags
Xslt1
- unparsed-entity-uri()
18 Apr 2026
Returns the URI of an unparsed entity declared in the DTD of the source document, given the entity's name.
- xsl:apply-templates
18 Apr 2026
Selects a set of nodes and applies the best-matching template rule to each one, enabling recursive tree processing.
- xsl:attribute
18 Apr 2026
Creates an attribute on the nearest ancestor result element, with a name and value computed at transformation time.
- xsl:attribute-set
18 Apr 2026
Defines a named, reusable collection of attributes that can be applied to multiple elements via use-attribute-sets.
- xsl:call-template
18 Apr 2026
Invokes a named template by name, optionally passing parameters, without changing the current context node.
- xsl:choose
18 Apr 2026
Multi-branch conditional that evaluates xsl:when conditions in order and optionally falls back to xsl:otherwise.
- xsl:comment
18 Apr 2026
Generates an XML comment node in the result tree with content computed from the element body.
- xsl:copy
18 Apr 2026
Creates a shallow copy of the current node — the node itself but not its children or attributes — into the result tree.
- xsl:copy-of
18 Apr 2026
Performs a deep copy of a node-set or value into the result tree, preserving all descendants, attributes, and namespaces.
- xsl:element
18 Apr 2026
Creates an element node in the result tree with a name computed at runtime from an XPath expression.