[Mono-bugs] [Bug 58076][Blo] Changed - ReadInnerXml bombs on invalid XML

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 5 May 2004 12:31:54 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by james@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=58076

--- shadow/58076	2004-05-05 12:31:20.000000000 -0400
+++ shadow/58076.tmp.23556	2004-05-05 12:31:54.000000000 -0400
@@ -19,6 +19,11 @@
 So, if you use XmlReader.ReadInnerXml, and the inner xml is bogus (has
 unmatched tags or whatever), it throws an exception to that effect.  On the
 Microsoft platform, it does not.  I'm not sure what the correct behavior
 should be, but given that the point of ReadInnerXml is to get the string
 (without parsing it), I think the MS behavior sounds correct.  I've
 modified a previous test case to expose this and will attach it.
+
+------- Additional Comments From james@ximian.com  2004-05-05 12:31 -------
+Created an attachment (id=7601)
+Test case
+