|
Subject: [xsl] Identity Transform From: "Abie Hamaoui" <ahama5@xxxxxxxxxxx> Date: Mon, 22 Sep 2003 20:28:57 +0000 |
hello there,
why does the standard identity transform use copy instead of copy-of?
ie:
<xsl:template match="/ | @* | node()">
<xsl:copy>
<xsl:apply-templates select="@* | node()"/>
</xsl:copy>
</xsl:template>instead of just <xsl:template match="/"> <xsl:copy-pf select="."/> </xsl:template>
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] ANN: XSLT programming positio, Martinez, Brian | Thread | Re: [xsl] Identity Transform, Wendell Piez |
| [xsl] ANN: XSLT programming positio, Martinez, Brian | Date | [xsl] Re: Relation between Memory /, Dipesh Khakhkhar |
| Month |