[EMAIL PROTECTED] wrote:
> It is my understanding that the CDATA section goes untouched by the parser.
This is incorrect. Data within a CDATA section does *not* go
untouched. It's just that normal markup characters such as
'<' and '&' are treated as characters within a CDATA section.
> If this is so why then do all my CRLF, within a cdata, get replaced with
> just a LF? Is there a way where the CRLF can be preserved?
Newline normalization is mandated by the XML specification.
So a compliant XML parser must do the newline normalization.
--
Andy Clark * IBM, TRL - Japan * [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]