|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: disable out escaping for the CDATA section
> 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
the stylesheet 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
HTH
Vasu Chakkera
Numerical Algorithms Group.
Oxford.
www.vasucv.com
> Date: Fri, 14 Nov 2008 13:14:53 +0530
> From: p_arulraj@xxxxxxxxx
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: disable out escaping for the CDATA section
>
> Hi All,
>
> I need some clarification to use disable-output-escaping attribute in XSL.
>
> Here is my sample XML
>
>
>
> ID66<
>
>
>
> And my XSL has the following code
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> While generating the output to XML or HTML and then see the view source.. it
has the following output
>
> ID66<
>
> if (a < b && a < 0) then {
>
> return 1;
>
> else
>
> return 0;
>
> Why the result from CDATA section shows as < instead of < and & instead of &
even though i have used d-o-e yes ?
>
> Refered http://www.dpawson.co.uk/xsl/sect2/N2215.html#d3989e280
> Conversely <
Cart








