[Mono-bugs] [Bug 68267][Nor] Changed - xslt variables not resolved when in a xpath predicate expression
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 14 Oct 2004 13:02:18 -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 atsushi@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=68267
--- shadow/68267 2004-10-14 12:00:35.000000000 -0400
+++ shadow/68267.tmp.32592 2004-10-14 13:02:18.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 68267
Product: Mono: Class Libraries
Version: unspecified
OS: Red Hat 9.0
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: Sys.XML
AssignedTo: atsushi@ximian.com
ReportedBy: ehlert@systransoft.com
QAContact: mono-bugs@ximian.com
@@ -163,6 +163,10 @@
test3.xslt
------- Additional Comments From atsushi@ximian.com 2004-10-14 12:00 -------
I found that we have to fix large part of Evaluate() since it turned
out that they all does not call SetContext() for subexpressions.
+
+------- Additional Comments From atsushi@ximian.com 2004-10-14 13:02 -------
+Actually it was not the whole XPath problem, just XPath variable
+problem. Now fixed in cvs. Thanks.