xsl-list
[Top] [All Lists]

Re: [xsl] CDATA Handling

2009-01-06 01:47:11
Thanks for the clue!!!

At 11:38 AM 1/6/2009, Mukul Gandhi wrote:
you can try cdata-section-elements parameter on xsl:output element.

I have tried below
<xsl:output cdata-section-elements="img.embed"/>

<xsl:template match="img.embed">
 <xsl:copy-of select="."/>
</xsl:template>

and the result is
<img.embed><![CDATA[...]]></img.embed>
but It should be
<![CDATA[...]]>



--~------------------------------------------------------------------
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>