
xsl:element
The <xsl:element> element creates an element in the output document.
<xsl:element name=NAME namespace=URI use-attribute-sets=LIST-OF-NAMES > TEMPLATE </xsl:template>Specifies the desired name of the output element. The name must be a valid QName.
Specifies the namespace of the output element.
Lists named attribute sets to be used in the output element. Names should be separated by whitespace characters.
|
Send comments on this document to
devdoc-feedback@netscape.com |