|
The <xsl:comment> element is used to create a comment node in the result tree.
|
|
|
元素的作用是:在结果树中创建一个注释节点。 |
|
The <xsl:copy-of> element creates a copy of the current node.
|
|
|
元素的作用是:创建一个当前节点的复制版本。 |
|
The <xsl:copy> element creates a copy of the current node.
|
|
|
元素的作用是:创建一个当前节点的复制版本。 |
|
The <xsl:element> element is used to create an element node in the output document.
|
|
|
元素的作用是:在输出文档中创建一个元素节点。 |
|
The <xsl:for-each> element loops through each node in a specified node set.
|
|
|
元素的作用是:在指定的节点组中循环操作每个节点。 |
|
The <xsl:if> element is used to put a conditional test against the content of the XML file.
|
|
|
元素的作用是:对XML文件的内容设置一个条件语句。 |
|
The <xsl:include> element is a top-level element that includes the contents of one style sheet into another.
|
|
|
元素是顶级元素,它将其中一张样式表的内容包括到另一张中。 |
|
The <xsl:number> element is used to determine the integer position of the current node in the source. It is also used to format a number.
|
|
|
元素的作用是:确定数据源中当前节点的整数位置。它也被用来格式化一个数字。 |
|
The <xsl:output> element defines the format of the output document.
|
|
|
元素定义了输出文档的格式。 |
|
The <xsl:processing-instruction> element writes a processing instruction to the output.
|
|
|
元素的作用是:向输出文档中写入一个处理指令。 |
|
The <xsl:template> element is used to build templates.
|
|
|
元素是用于创建模板的。 |