xsl-list
[Top] [All Lists]

RE: [xsl] disable out escaping for the CDATA section

2008-11-17 07:09:25
* 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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>
  • RE: [xsl] disable out escaping for the CDATA section, Vasu Chakkera <=