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=77094 --- shadow/77094 2005-12-26 07:56:07.000000000 -0500 +++ shadow/77094.tmp.17733 2005-12-26 07:56:07.000000000 -0500 @@ -0,0 +1,28 @@ +Bug#: 77094 +Product: Mono: Class Libraries +Version: 1.1 +OS: All +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: Sys.XML +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: XmlTextWriter.WriteStartElement does not reported ArgumentException for mixed/upper-case xml prefix + +XmlTextWriter.WriteStartElement does not throw an ArgumentException if +the prefix is mixed-case or upper-case xml (and the namespace is +not "http://www.w3.org/XML/1998/namespace"). + +Currently, an ArgumentException is only reported if the prefix is +lowercase "xml" (and the namespace does not +match "http://www.w3.org/XML/1998/namespace") + +I'll add a test case named "WriteStartElement_XmlPrefix_Invalid2" to +XmlTextWriterTests.cs that allows you to reproduce this issue. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
