[Expat-bugs] [Bug #133765] CharacterDataHandler delivers linebreaks

noreply@sourceforge.net noreply@sourceforge.net
Fri, 23 Feb 2001 07:40:55 -0800


Bug #133765, was updated on 2001-Feb-23 06:59
Here is a current snapshot of the bug.

Project: Expat XML Parser
Category: None
Status: Closed
Resolution: Invalid
Bug Group: Not a Bug
Priority: 5
Submitted by: nobody
Assigned to : fdrake
Summary: CharacterDataHandler delivers linebreaks

Details: It seems to me, that the handler mentioned in the subject
delivers text to my application including the linebreaks
contained in the xml-file.
As far as i now, linebreaks can be at any position (outside a word and
markup) in the xml file and they should not reflect any meaning for the
content.
i think, the function should transform each line break or CR
into a blank.
i'm using 1.95.1 with linux

ciao alex
(pentzel at heptagon.de)

however, i like this smart parser






Follow-Ups:

Date: 2001-Feb-23 07:40
By: fdrake

Comment:
Please refer to the XML recommendation from the W3C for information about
proper handling of line-ends in XML:

http://www.w3.org/TR/REC-xml#sec-line-ends
-------------------------------------------------------

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=133765&group_id=10127