|
Subject: Re: [xsl] Conflicting templates? From: Geert Josten <Geert.Josten@xxxxxxxxxxx> Date: Fri, 17 Dec 2004 14:42:21 +0100 |
I realise I am actually offending the XSL standard nearly dayly.
<xsl:template match="@*|node()"> <xsl:copy-of select="." /> </xsl:template>
<xsl:template match="*">
<xsl:copy>
<xsl:apply-templates select="@*|node()" />
</xsl:copy>
</xsl:template>| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Conflicting templates?, Geert Josten | Thread | Re: [xsl] Conflicting templates?, David Carlisle |
| Re: [xsl] Conflicting templates?, Geert Josten | Date | Re: [xsl] Conflicting templates?, David Carlisle |
| Month |