|
Subject: Re: [xsl] transformation does happen after copy-of? From: Joerg Heinicke <joerg.heinicke@xxxxxx> Date: Tue, 23 Jul 2002 13:41:25 +0200 |
Try <xsl:template match="node()"> <xsl:copy> <xsl:copy-of select="@*"/> <xsl:apply-templates select="node()"/> </xsl:copy> </xsl:template>
in stead of <xsl:template match="node()"> <xsl:copy> <xsl:apply-templates select="@*|node()"/> </xsl:copy> </xsl:template>
Cheers RH
<xsl:copy>
<xsl:apply-templates select="@*|node()"/>
</xsl:copy>
</xsl:template>System Development VIRBUS AG Fon +49(0)341-979-7419 Fax +49(0)341-979-7409 joerg.heinicke@xxxxxxxxx www.virbus.de
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] transformation does happe, ronald heller | Thread | RE: [xsl] transformation does happe, Andrew Welch |
| Re: [xsl] transformation does happe, David Carlisle | Date | RE: [xsl] variable with node in xsl, Michael Kay |
| Month |