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.
Type: Instruction, appears within a template.
Defined: XSLT, section 7.1.2.