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=77687 --- shadow/77687 2006-03-01 14:36:07.000000000 -0500 +++ shadow/77687.tmp.20072 2006-03-01 22:03:49.000000000 -0500 @@ -1,14 +1,14 @@ Bug#: 77687 Product: Mono: Class Libraries Version: 1.1 -OS: +OS: unknown OS Details: Status: NEW Resolution: -Severity: +Severity: Unknown Priority: Normal Component: Sys.XML AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- @@ -135,6 +135,9 @@ element, for example, the following test would succeed. XmlQualifiedName name = new XmlQualifiedName("note", "http://go-mono.com/tests"); XmlSchemaElement noteElement = FindElement(schema, name); Assert.IsNotNull(noteElement); + +------- Additional Comments From [EMAIL PROTECTED] 2006-03-01 22:03 ------- +? What is that "FindElement()" ? Please put the entire code for it. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
