Copier un document

previous next

<xsl:template match='@* | node()'>

    <xsl:copy>

	<xsl:apply-templates select='@* | node()' />

    </xsl:copy>

</xsl:template>

 
 

XPath/XSLT/XSLT    5/3/2004

34/53