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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] @@ -52,6 +52,19 @@ ------- Additional Comments From [EMAIL PROTECTED] 2006-08-25 15:13 ------- The problem doesn't occur with XMLTextRead but with code like: XmlDocument foo.Load("file.glade"); foo.SelectSingleNode("//[EMAIL PROTECTED]'bar']"); + +------- Additional Comments From [EMAIL PROTECTED] 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 _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
