Applied XML Solutions

   

Copying

xsl:copy creates a copy of the current node in the output document. The identity transformation is written as follows :

<xsl:template match="@*node()"> <xsl:copy> <xsl:apply-templates select="@*node()"/> </xsl:copy> </xsl:template>

   

Категории