xml editor

Supported platforms

Compatible with Windows7 & Mac OS X Snow Leopard

Ready for data server software
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

[xsl] split cdata with xsl


Subject: [xsl] split cdata with xsl
From: Sebastien GRUHIER <sgruhier@xxxxxxxxxx>
Date: Fri, 30 May 2003 15:52:21 +0200

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




Current Thread
Keywords
XML Editor | XML Author | WYSIWYG Editors | Schema Editor | XSD Documentation | XSL/XSLT Editor | XQuery | XML Databases | SVN Client
© 2002-2011 SyncRO Soft Ltd. All rights reserved. | Sitemap | Privacy Policy | This website was created & generated with <oXygen/>®XML Editor