|
Subject: Re: [xsl] combination of copy-of and apply-templates From: Nico Van Cleemput <Nicolas.VanCleemput@xxxxxxxx> Date: Wed, 22 Nov 2006 13:00:34 +0100 |
Look for the Modified Identity Template in the archives or in the FAQ.
<xsl:template match="myhtml">
<xsl:copy>
<xsl:apply-templates select="child::node()"/>
</xsl:copy>
</xsl:template> <xsl:template match="*">
<xsl:copy>
<xsl:apply-templates select="@*|node()"/>
</xsl:copy>
</xsl:template> <xsl:template match="//mytag">
blabla
</xsl:template>Regards, Nico
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] combination of copy-of an, Florent Georges | Thread | Re: [xsl] combination of copy-of an, Nico Van Cleemput |
| Re: [xsl] combination of copy-of an, Florent Georges | Date | Re: [xsl] combination of copy-of an, Nico Van Cleemput |
| Month |