|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] split cdata with xsl
Hi
I'm trying to convert an XML file to another XML file through a XSL file with xalan. My input file has only one CDATA section but the output CDTA is split in mutliple CDATA (size fixed). I'd like to have only one CDATA. I guess there is a way to specify the chunk size but I dont know how. Any idea? Thank you Here is my input xml: <?xml version="1.0" ?> <?xml:stylesheet type="text/xsl" href="input.xsl"?> <text><![CDATA[<p align="left"><font size="12"></font><font size="12" face="tahoma" color="#000000">un</font></p><p align="left"><font size="12"><br></font></p>]]></text> My XSL File: <?xml version="1.0" encoding="ISO-8859-1"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:output method="xml" encoding="ISO-8859-1" cdata-section-elements="CONTENT text" indent="yes" /> <xsl:template match="/"> <CONTENT TYPE="text/html"> <xsl:value-of select="text"/> </CONTENT> </xsl:template > </xsl:stylesheet > and The output: <?xml version="1.0" encoding="ISO-8859-1"?> <CONTENT TYPE="text/html"><![CDATA[<p align="left"><font size="12">]]><![CDATA[</font><font size="12" face="tah]]><![CDATA[oma" color="#000000">un</font></]]><![CDATA[p><p align="left"><font size="12]]><![CDATA["><br></font></p>]]></CONTENT> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








