[Mono-bugs] [Bug 77927][Wis] Changed - XmlTextReader: ReadOuterXml
leaves reader at wrong position
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun Mar 26 17:59:08 EST 2006
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 atsushi at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=77927
--- shadow/77927 2006-03-26 17:55:00.000000000 -0500
+++ shadow/77927.tmp.27562 2006-03-26 17:59:08.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 77927
Product: Mono: Class Libraries
Version: 1.0
OS: unknown
OS Details: Linux 2.6.12-1-k7 #1 i686 GNU/Linux
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: NOTABUG
Severity: Unknown
Priority: Wishlist
Component: Sys.XML
AssignedTo: atsushi at ximian.com
ReportedBy: rodolfo.campero at gmail.com
QAContact: mono-bugs at ximian.com
@@ -86,6 +86,11 @@
bool ok = reader.LocalName == "element" &&
reader.GetAttribute("order") == "2";
Console.WriteLine( ok ? "OK" : "FAILED" );
}
}
+
+------- Additional Comments From atsushi at ximian.com 2006-03-26 17:59 -------
+hehe, as we talked on IRC, the next node processed by
+XmlReader.ReadOuterXml() on the first "element" element is a
+whitespace, not the second "element" element ;-)
More information about the mono-bugs
mailing list