How to display CDATA content using XSLT
Posted: Fri Dec 05, 2003 10:31 pm
Hi friends,
I need some help. I am unable to show CDATA content using xsl.
In the HTML its showing like this:
<![CDATA[
<BR><BR><CENTER>
</CENTER>
]]>
In the xsl file the code i am using is :
<xsl:variable name="brc" select="tag1/tag2/brochure"/>
<xsl:value-of select="$brc" disable-output-escaping="yes"/>
the brochure tag is a CDATA content.
Thanks in advance
gowni
I need some help. I am unable to show CDATA content using xsl.
In the HTML its showing like this:
<![CDATA[
<BR><BR><CENTER>
</CENTER>
]]>
In the xsl file the code i am using is :
<xsl:variable name="brc" select="tag1/tag2/brochure"/>
<xsl:value-of select="$brc" disable-output-escaping="yes"/>
the brochure tag is a CDATA content.
Thanks in advance
gowni