[Mono-bugs] [Bug 77374][Nor] Changed -
XmlTextReader:ReadXmlDeclaration fails on compliant declaration
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Jan 26 22:13:19 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=77374
--- shadow/77374 2006-01-26 20:02:25.000000000 -0500
+++ shadow/77374.tmp.30622 2006-01-26 22:13:19.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 77374
Product: Mono: Class Libraries
Version: 1.1
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity: 004 Four hours
+Status: RESOLVED
+Resolution: INVALID
+Severity: Unknown
Priority: Normal
Component: Sys.XML
AssignedTo: atsushi at ximian.com
ReportedBy: lukes at wetafx.co.nz
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -52,6 +52,11 @@
XmlDocument _theDocument = new XmlDocument();
_theDocument.Load(_reader);
_reader.Close();
}
}
-- test.cs END
+
+------- Additional Comments From atsushi at ximian.com 2006-01-26 22:13 -------
+Learn XML spec by reading W3C specification, not from other wrong
+resources.
+http://www.w3.org/TR/REC-xml/#NT-XMLDecl
More information about the mono-bugs
mailing list