xsl-list
[Top] [All Lists]

Re: [xsl] CDATA Handling

2009-01-06 04:06:21
On Tue, Jan 6, 2009 at 1:58 PM, J. S. Rawat <jrawat(_at_)aptaracorp(_dot_)com> 
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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>