|
Subject: [xsl] Theory: Identity Transforms From: "Rick Quatro" <frameexpert@xxxxxxxxxxxx> Date: Wed, 1 Feb 2006 12:31:36 -0500 |
<xsl:template match="node()|@*"> <xsl:copy> <xsl:apply-templates select="node()|@*"/> </xsl:copy> </xsl:template>
<xsl:template match="node()|@*" mode="copy"> <xsl:copy> <xsl:copy-of select="@*"/> <xsl:apply-templates mode="copy"/> </xsl:copy> </xsl:template>
Rick Quatro Carmen Publishing 585-659-8267 www.frameexpert.com
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] XSL-List Guidelines, B Tommie Usdin | Thread | Re: [xsl] Theory: Identity Transfor, David Carlisle |
| Re: [xsl] Copy-of & New Namespace p, George Cristian Bina | Date | Re: [xsl] Theory: Identity Transfor, David Carlisle |
| Month |