RE: XERCES - SAXParser: newlines in CDATA sections

2004-04-20 Thread Saw
Charmed Quark Controller [EMAIL PROTECTED] www.charmedquark.com -Original Message- From: Saw [mailto:[EMAIL PROTECTED] Sent: Monday, April 19, 2004 12:57 PM To: [EMAIL PROTECTED] Subject: RE: XERCES - SAXParser: newlines in CDATA sections "CDATA sections don't have any

RE: XERCES - SAXParser: newlines in CDATA sections

2004-04-19 Thread Saw
"CDATA sections don't have any affect on normalization: http://www.w3.org/TR/REC-xml/#sec-cdata-sect"; - I don't see how this follows from the section u've given. That was the question in the first place, and 2.7 does not answer it, neither did u. ---

RE: XERCES - SAXParser: newlines in CDATA sections

2004-04-18 Thread Saw
hmm, can someone try this out ? the issue kind of frustrates my progress... thx. From: Saw [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 14, 2004 10:09 PMTo: [EMAIL PROTECTED]Subject: XERCES - SAXParser: newlines in CDATA sections hi folks.   im using xerces 2.1 (sax parser) for XML

XERCES - SAXParser: newlines in CDATA sections

2004-04-14 Thread Saw
hi folks.   im using xerces 2.1 (sax parser) for XML data parsing.   one of the tags in my source XML contains a CDATA section, with a chunk of text inside that has CRLF newlines.   the problem is simple: the parser returns the content of CDATA with all CRLF newlines converted to LF. is thi