[Mono-bugs] [Bug 32807][Blo] Changed - XmlDocument.LoadXml () throwing exception when there's an <?xml ?> element in the text
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
25 Oct 2002 09:12:40 -0000
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 gkodinov@openlinksw.co.uk.
http://bugzilla.ximian.com/show_bug.cgi?id=32807
--- shadow/32807 Fri Oct 25 04:52:51 2002
+++ shadow/32807.tmp.17700 Fri Oct 25 05:12:40 2002
@@ -47,6 +47,11 @@
The following will throw an exception :
new Regex ("((?<ver>a)|(?<ver>b))", RegexOptions.Compiled)
Note the repetion of (?<ver>) on both sides of the OR (|) clause.
This compiles OK under MS.NET.
+
+------- Additional Comments From gkodinov@openlinksw.co.uk 2002-10-25 05:12 -------
+Created an attachment (id=2659)
+regex.diff.gz - Possible fix by modifying System.Text.RegularExpressions.Parser.GetMapping() method to check for duplicates
+