[Mono-bugs] [Bug 61274][Wis] Changed - XmlValidatingReader throws exception if xml declatation present
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 8 Jul 2004 20:31:16 -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 atsushi@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=61274
--- shadow/61274 2004-07-08 01:46:48.000000000 -0400
+++ shadow/61274.tmp.17365 2004-07-08 20:31:16.000000000 -0400
@@ -80,6 +80,9 @@
Element : Any valid element content (for example, any combination of
elements, comments, processing instructions, cdata, text, entity
references).
from :
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemxmlxmlvalidatingreaderclassctortopic2.asp
Which doesn't explicitly allow or disallow having an xml declatation.
+
+------- Additional Comments From atsushi@ximian.com 2004-07-08 20:31 -------
+IMHO apparently we should not "fix" this "problem".