xsl:element

xsl:element

The <xsl:element> element creates an element in the output document.

Syntax

<xsl:element name=NAME namespace=URI use-attribute-sets=LIST-OF-NAMES >
	TEMPLATE
</xsl:element>

Required Attributes

name
Specifies the desired name of the output element. The name must be a valid QName.

Optional Attributes

namespace
Specifies the namespace of the output element.
use-attribute-sets
A whitespace‐separated list of attribute-set element names to be applied to the element element’s output element. Applied attributes can be overridden via nested attribute elements.

Type

Instruction, appears within a template.

Defined

XSLT, section 7.1.2.

Gecko support

Supported.

© 2005–2017 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/XSLT/element

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部