[Mono-bugs] [Bug 47691][Nor] Changed - XPathDocument (and other classes?) have problems when a folder name containing the xmldocument src contains the # character.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 18 Aug 2003 22:48:06 -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 ginga@kit.hi-ho.ne.jp.

http://bugzilla.ximian.com/show_bug.cgi?id=47691

--- shadow/47691	2003-08-18 12:39:21.000000000 -0400
+++ shadow/47691.tmp.4324	2003-08-18 22:48:06.000000000 -0400
@@ -4,13 +4,13 @@
 OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Normal
-Component: System
+Component: System.XML
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: chris@turchin.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
@@ -80,6 +80,12 @@
 How often does this happen? reproducible. workaround:  directory name
 cannot contain # character: 
 1) cd ..;mv c# cs;cd cs;mono transform.exe ./transform.xml ./transform.xsl
 
 Additional Information: perhaps the problem is in libxml2 although it
 happens with 'export MONO_MANAGED_XSLT=true' as well so i guess not
+
+------- Additional Comments From ginga@kit.hi-ho.ne.jp  2003-08-18 22:48 -------
+I think it might be XmlUrlResolver bug. I uses new Uri (Uri, string) 
+in that class, and on using new Uri (Uri uri, string relativeUri), 
+relativeUri should contain uri fragment separated by '#'. Let me look 
+at it.