[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 13:14:15 -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 ginga@kit.hi-ho.ne.jp.

http://bugzilla.ximian.com/show_bug.cgi?id=51495

--- shadow/51495	2003-11-29 12:23:05.000000000 -0500
+++ shadow/51495.tmp.25534	2003-11-29 13:14:15.000000000 -0500
@@ -1,12 +1,12 @@
 Bug#: 51495
 Product: Mono/MCS
 Version: unspecified
 OS: unknown
 OS Details: Gentoo 1.4 R8
-Status: NEEDINFO   
+Status: REOPENED   
 Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: gert.driesen@pandora.be               
@@ -118,6 +118,17 @@
 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 ?
 
+
+------- Additional Comments From ginga@kit.hi-ho.ne.jp  2003-11-29 13:14 -------
+oops, sorry I missed that line.
+
+I found that xhtml-notations-1.mod is referenced from 
+http://www.w3.org/TR/xhtml-modularization/DTD/xhtml-framework-1.mod ,
+which is placed on different directory. So it is BaseURI and entity 
+related bug.
+
+However, to solve this problem, entity base uri handling has to be 
+wholly rewritten.