
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 the first thing defined inside the output document element for which it establishes attribute values.
<xsl:attribute name=NAME namespace=URI> TEMPLATE </xsl:attribute>Specifies the name of the attribute to be created in the output document. The name must be a valid QName.
|
Comments?
devdoc-feedback@netscape.com |