[Mono-bugs] [Bug 76234][Wis] New - XPATH Namespace issue introduced
in 1.1.9
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Sep 26 08:59:15 EDT 2005
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 barnaby at iware.co.uk.
http://bugzilla.ximian.com/show_bug.cgi?id=76234
--- shadow/76234 2005-09-26 08:59:15.000000000 -0400
+++ shadow/76234.tmp.24322 2005-09-26 08:59:15.000000000 -0400
@@ -0,0 +1,43 @@
+Bug#: 76234
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details: Gentoo AMD64
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: Sys.XML
+AssignedTo: atsushi at ximian.com
+ReportedBy: Barnaby at iWare.co.uk
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: XPATH Namespace issue introduced in 1.1.9
+
+Just upgraded to Mono 1.1.9 and noticed the XPATH (posibly actually the XML
+parser) has a new problem with namespaces.
+
+<xml xmlns=urn:a>
+ <foo>
+ <a:bar xmlns=urn:b xmlns:a=urn:a />
+ <bug>
+ </foo>
+</xml>
+
+The XSL:T
+
+<xsl:stylesheet version="1.0"
+ xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ xmlns:a=urn:a
+>
+ <!-- This still works-->
+ <xsl:template match=a:foo />
+
+ <!-- But this does not!-->
+ <xsl:template match=a:foo/a:bug />
+
+</xsl:stylesheet>
+
+This was definatly working in the previous version.
More information about the mono-bugs
mailing list