| Author |
Rendering HTML content of the xml file
|
Hari Ranch
Greenhorn
Joined: Jun 22, 2003
Posts: 2
|
|
Hi I have a xml file with the HTML content( as CDATA). When I transform this xml file as a HTML file using XSLT, the HTML content of the xml file is displayed as it is in the HTML output of the XSLT. But actually I want to render this HTML content within the resulting HTML output of the XSLT. Any ideas and suggestions are welcome!! Regards, Hari
|
 |
Hari Ranch
Greenhorn
Joined: Jun 22, 2003
Posts: 2
|
|
ok no problem, Meanwhile I found the solution... The solution is.. in xsl we have to set a property called "disable-output-escaping" to value "yes". ie like <xsl:value-of disable-output-escaping="yes" select="TEXT_DESCRIPTION"/> By this way, we can render the HTML content which is in the xml file as CDATA. Hari
|
 |
 |
|
|
subject: Rendering HTML content of the xml file
|
|
|