|
Subject: [xsl] combination of copy-of and apply-templates From: Nico Van Cleemput <Nicolas.VanCleemput@xxxxxxxx> Date: Wed, 22 Nov 2006 10:42:29 +0100 |
<xsl:template match="myhtml">
<xsl:copy-of select="child::node()"/>
</xsl:template> <xsl:template match="//mytag">
blabla
</xsl:template> <xsl:template match="myhtml">
<xsl:apply-templates select="child::node()"/>
</xsl:template> <xsl:template match="//mytag">
blabla
</xsl:template>Thanks in advance, Nico
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] Cross-reference page number o, Craig Sampson | Thread | Re: [xsl] combination of copy-of an, Florent Georges |
| Re: [xsl] XPath parsing in XSLT (ve, Mukul Gandhi | Date | Re: [xsl] combination of copy-of an, Florent Georges |
| Month |