[xsl] CDATA and Named Entities to ASCII

Subject: [xsl] CDATA and Named Entities to ASCII
From: Mark Anderson <mark.anderson@xxxxxxxxxxxxxxx>
Date: Fri, 30 Nov 2007 22:51:38 +0000
 Hi All

I need to transform some XML to ASCII text.

However, the XML contains named entities - e.g. <a>this &amp; that</a>, and
may contain CDATA - e.g. CDATA[This & That]]

Is there a way to transform the above to 'this & that'

Thanks in advance

Mark

Current Thread