[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] CDATA Handling


Subject: Re: [xsl] CDATA Handling
From: "Mukul Gandhi" <gandhi.mukul@xxxxxxxxx>
Date: Tue, 6 Jan 2009 14:35:59 +0530

On Tue, Jan 6, 2009 at 1:58 PM, J. S. Rawat <jrawat@xxxxxxxxxxxxxx> wrote:
> 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.

This code I posted was meant to be a kind of an algorithm. You need to
take the relevant idea and adapt to your actual application.


-- 
Regards,
Mukul Gandhi


Current Thread