Subject: RE: disable out escaping for the CDATA section
From: "Vasu Chakkera" <vasucv@xxxxxxxxx>
Date: Mon, 17 Nov 2008 12:08:11 +0000
|
* Again problems with Hotmail.. Deleted my text that had xml content.***
>>Why the result from CDATA section shows as < instead of < and & instead of &even though i have used d-o-e yes ?
One glaring problem i can see straight away is the fact that you
havent told thestylesheet what your output is going to be..
using d-o-e is a cheat! and it is almost in most cases not required.
Try using
<xsl:output method="text"/>
HTH
VasuChakkera
Numerical Algorithms Group.
Oxford.
www.vasucv.com
|