Re: [xsl] CDATA Handling

Subject: Re: [xsl] CDATA Handling
From: "J. S. Rawat" <jrawat@xxxxxxxxxxxxxx>
Date: Tue, 06 Jan 2009 13:58:13 +0530
At 12:31 PM 1/6/2009, Mukul Gandhi wrote:
<xsl:template match="img.embed">
   <xsl:copy-of select="node()" />
</xsl:template>

This code is not working!!! <xsl:copy-of select="." /> is working fine but it is copying the node also.

Current Thread