docs.rodeo

MDN Web Docs mirror

The <xsl:attribute> element creates an attribute in the output document, using any values that can be accessed from the stylesheet. The element must be defined before any other output document element inside the output document element for which it establishes attribute values. But it may be after or inside elements that won’t be part of the output (like <xsl:choose> or <xsl:apply-templates> etc.).

Syntax

<xsl:attribute name=NAME namespace=URI>
  TEMPLATE
</xsl:attribute>

Required Attributes

Optional Attributes

Type

Instruction, appears within a template or an <xsl:attribute-set> element.

Specifications

XSLT, section 7.1.3.

Gecko support

Supported.

In this article

View on MDN