Functions

   

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> 
   


Applied XML Solutions
Applied XML Solutions
ISBN: 0672320541
EAN: 2147483647
Year: 1999
Pages: 142

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net