Complete XSLT Element Reference
The <xsl:attribute> element is used to add attributes to elements.
Note: The <xsl:attribute> element replaces existing attributes with equivalent names.
| Attribute | Value | Description |
|---|---|---|
| name | attributename | Required. Specifies the name of the attribute |
| namespace | URI | Optional. Defines the namespace URI for the attribute |
Add a source attribute to the picture element:
Add a source attribute to the picture element and fill it with values from "images/name" :
Create an attribute-set that can be applied to any output element:
Complete XSLT Element Reference
Your message has been sent to W3Schools.