[Mono-bugs] [Bug 51495][Nor] Changed - XmlValidatingReader fails to validate XHTML document (because of URL resolving bug ?)

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 29 Nov 2003 12:23:05 -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=51495

--- shadow/51495	2003-11-29 12:07:12.000000000 -0500
+++ shadow/51495.tmp.25132	2003-11-29 12:23:05.000000000 -0500
@@ -106,6 +106,18 @@
    at System.Xml.XmlTextReader.ParseRoot()
    at System.Xml.XmlTextReader.Read()
    at System.Xml.XmlValidatingReader.ReadWithCollectTextToken()
    at System.Xml.XmlValidatingReader.Read()
    at XHTMLValidate.XHtmlValidateTest.Main()
 
+
+------- Additional Comments From gert.driesen@pandora.be  2003-11-29 12:23 -------
+I know this test also fails on .NET 1.1, I also mentioned that in my
+bug report.
+
+Dunno the exact reason either, but it appears that the url for one of
+the entities in the XHTML 1.1 DTD
+(http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd) is not resolved correctly.
+
+It is fixed in .NET 1.2/2.0, does this mean that this will also not be
+fixed in Mono until version 2.0 of Mono ?
+