Re: DOCBOOK-APPS: Missing CDATA sections

From
Paul Grosso <>
Date
2002-07-11T17:24:15+00:00
ID
[email protected]
Thread
Re: DOCBOOK-APPS: Missing CDATA sections
At 18:10 2002 07 11 +0100, fyl2xp1 wrote:
>xsltproc, I have not tried any others as I desire to us xsltproc, well my
>documentation desires to for continuity.  The data is being fed
>into xslt directly, via stdin.
>
>I tried it with saxon and it does the same thing so perhaps they all strip
>CDATA sections...


Note:

http://www.w3.org/TR/xslt#section-XML-Output-Method ,

specifically:

  CDATA sections should not be used [by the serializer] except for
  text nodes that the cdata-section-elements attribute explicitly
  specifies should be output using CDATA sections.

paul