DotGNU Portable.NET - Patches: patch #3697, Xml reads non-significant...
You are not allowed to post comments on this tracker with your current authentication level.
patch #3697: Xml reads non-significant whitespace.
Submitter: | Carl-Adam Brengesjo <ptah> | ||
Submitted: | Mon 31 Jan 2005 08:12:33 AM UTC | ||
Category: | None | Priority: | 5 - Normal |
Status: | None | Privacy: | Public |
Assigned to: | None | Open/Closed: | Open |
Attached Files
Depends on the following items: None found
Items that depend on this one: None found
CC list is empty
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follows 1 latest change.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2005-01-31 | ptah | Attached File | - | ![]() |
Added support_xml.c, #4115 |
Even if whitespace has been declared as non-significant, the Xml functions still reads indentation whitespace, which is not desired.
This patch removes all whitespace before the first non-whitespace, and all whitespace after the last non-whitespace, provided whitespace is to be consider non-significant.