[Mono-bugs] [Bug 524086] Incorrect xml deserialization

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Jul 22 03:03:04 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=524086

User aenomoto at novell.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=524086#c3





--- Comment #3 from Atsushi Enomoto <aenomoto at novell.com>  2009-07-22 01:03:04 MDT ---
Hmm, precisely to say, the fact turned out that when I use XmlReader.Create()
instead of XElement.CreateReader(), the issue still happens (with your patch),
while the issue goes away when it is based on XElement.CreateReader().

That likely means, there is some bugs in XNodeReader (returned from XElement
method above) and this patch somehow makes use of it.

OR (it is less likely but) there is an issue in XmlTextReader, though which has
been brushed up for several years.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list