[Mono-bugs] [Bug 74704][Wis] Changed - XmlTextReader: handling of xml:base causes exception
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 23 Apr 2005 15:59:08 -0400 (EDT)
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 heath@pointedstick.net.
http://bugzilla.ximian.com/show_bug.cgi?id=74704
--- shadow/74704 2005-04-23 15:58:01.000000000 -0400
+++ shadow/74704.tmp.11792 2005-04-23 15:59:08.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 74704
Product: Mono: Class Libraries
Version: 1.0
-OS:
+OS: unknown
OS Details: Fedora Core 3 x86
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: Sys.XML
AssignedTo: mono-bugs@ximian.com
ReportedBy: heath@pointedstick.net
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -81,6 +81,9 @@
I have a short patch that fixes the problem, attached shortly.
------- Additional Comments From heath@pointedstick.net 2005-04-23 15:58 -------
Created an attachment (id=14998)
Patch that checks if BaseURI == String.Empty, as in Mono 1.1.
+
+------- Additional Comments From heath@pointedstick.net 2005-04-23 15:59 -------
+The patch is against the mono-1-0 svn branch as of 4/22/2005.