[Mono-bugs] [Bug 56064][Nor] New - XmlTextReader.ReadInnerXml does not progress on empty XML element.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 26 Mar 2004 04:31:33 -0500 (EST)
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 gert.driesen@pandora.be.
http://bugzilla.ximian.com/show_bug.cgi?id=56064
--- shadow/56064 2004-03-26 04:31:33.000000000 -0500
+++ shadow/56064.tmp.23719 2004-03-26 04:31:33.000000000 -0500
@@ -0,0 +1,22 @@
+Bug#: 56064
+Product: Mono: Class Libraries
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Sys.XML
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: gert.driesen@pandora.be
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: XmlTextReader.ReadInnerXml does not progress on empty XML element.
+
+When using XmlTextReader.ReadInnerXml() on an empty XML node, the reader
+does not progress.
+
+I attached a repro for this issue.