Hello, I like to know the difference between xsl:copy-of and xsl-apply-template
we use a model of page xsl and a page xsl 
 
first method :
 
<xsl:template match="@*|node()">
            <xsl:copy>
                <xsl:apply-templates select="@*|node()"/>
            </xsl:copy>
        </xsl:template>
....
    <xsl:apply-templates select="head"/>

second method:
<xsl:copy-of select="head>
 
thanks 

********** SPECIAL ADSL **********
L'ADSL � partir de 15,95 EUR/mois et le modem ADSL offert ?  C'est en exclusivit� chez 
Tiscali !
Pour profiter de cette offre, cliquez ici: http://register.tiscali.fr/adsl/
Offre soumise � conditions.




-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
[INVALID FOOTER]

Reply via email to