[xsl] CDATA Handling

Subject: [xsl] CDATA Handling
From: "J. S. Rawat" <jrawat@xxxxxxxxxxxxxx>
Date: Tue, 06 Jan 2009 11:26:21 +0530
Hi,
Can anyone help let me about the handling of CDATA by XSLT 2.0 (saxon).

Input
<img.embed><![CDATA[R0lGODlhDQANAMQ0IAOw==]]></img.embed>

Required output
<![CDATA[R0lGODlhDQANAMQ0IAOw==]]>

Thanks
...JSR

Current Thread