[Mono-bugs] [Bug 79163][Min] Changed - Namespace handling inconsitency between mono and .Net

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Aug 25 23:07:37 EDT 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=79163

--- shadow/79163	2006-08-25 15:13:41.000000000 -0400
+++ shadow/79163.tmp.30974	2006-08-25 23:07:37.000000000 -0400
@@ -1,12 +1,12 @@
 Bug#: 79163
 Product: Mono: Class Libraries
 Version: 1.1
 OS: unknown
 OS Details: 
-Status: REOPENED   
+Status: ASSIGNED   
 Resolution: 
 Severity: Unknown
 Priority: Minor
 Component: Sys.XML
 AssignedTo: atsushi at ximian.com                            
 ReportedBy: david at torangan.de               
@@ -52,6 +52,19 @@
 
 
 ------- Additional Comments From evolution at torangan.de  2006-08-25 15:13 -------
 The problem doesn't occur with XMLTextRead but with code like:
 XmlDocument foo.Load("file.glade");
 foo.SelectSingleNode("//widget[@id='bar']");
+
+------- Additional Comments From atsushi at ximian.com  2006-08-25 23:07 -------
+Ok, now I could see the exact problem. Then, it is about how
+XmlDocument XML processor treats default and fixed attributes. In XML
+1.0 specification, fixed attributes MUST be reported when a
+corresponding element which is declared as to have fixed attributes is
+found[*1]. It is not the case for XmlTextReader which (nominally) has
+no capability to handle default and fixed attributes.
+
+I am close to fix the bug (I already have a patch, just need to verify
+it).
+
+[*1] http://www.w3.org/TR/REC-xml/#sec-attr-defaults


More information about the mono-bugs mailing list