[ expat-Bugs-458731 ] Incorrect support for newline characters

noreply@sourceforge.net noreply@sourceforge.net
Wed Sep 5 07:14:02 2001


Bugs item #458731, was opened at 2001-09-05 07:13
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=110127&aid=458731&group_id=10127

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Incorrect support for newline characters

Initial Comment:
I have an embedded VC++ application (Windows CE) that 
reads data from an XML file using this parser. If I 
have a newline in the text within the tag, the data 
read will be everything after the newline.
Example:

<Notes>
This is before the newline.
This is after the newline
</Notes>

The only data read by the parser is: "This is after 
the newline". Everything before the newline is 
discarded.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=110127&aid=458731&group_id=10127