[xsl] Re: CDATA element in XSL?

Subject: [xsl] Re: CDATA element in XSL?
From: "Dimitre Novatchev" <dnovatchev@xxxxxxxxx>
Date: Tue, 28 Oct 2003 13:00:25 +0100
I guess that you want to *generate* CDATA sections as result of an xslt
transformation.

If so, then read about the "cdata-section-elements" attribute of the
xsl:output element.


=====
Cheers,

Dimitre Novatchev.
http://fxsl.sourceforge.net/ -- the home of FXSL



"Flemming Jønsson" <flj@xxxxxxxxxxxxx> wrote in message
news:87CB596F8208574CA9EE562CE575EF87048245@xxxxxxxxxxxxxxxxxxxxxxxx
> Is there a way I can tell my XSLT processor not to interpret "<" "&" etc.
As special characters?
>
> I know I can put CDATA element around the part in XML which I do not want
interpreted. But if there is a way to indicate this in the stylesheet I
would prefer this approach.
>
> Where would I put a CDATA declaration like this <![CDATA[ & <> [] ]]> in
an XSL file?
>
> Cheers,
> Flemming
>
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>
>




 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread