This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: XML -> XML preserving CDATA


> From: owner-xsl-list@lists.mulberrytech.com
> [mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of Roman Heinz
> Sent: Wednesday, September 12, 2001 11:12 AM
> To: xsl-list@lists.mulberrytech.com
> Subject: [xsl] XML -> XML preserving CDATA
>
>
> Hi *.
>
> I have to do a XML->XML transformation.
> My source XML can contain different (unknown) elements with CDATA
> sections,
> which should be copied preserving the CDATA sections untouched.
>
> <foo><![CDATA[ Chic&Apart ]]></foo>
> <bar><![CDATA[ 99 < 100 ]]></bar>
>
> Should pass the transformation untouched and shoud not result in
>
> <foo>Chic&Apart</foo>
> <bar>99 < 100</bar>

If you get this result, either your XSLT engine or your stylesheet
(disable-output-escaping???) is broken.


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]