[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 12:00:36 -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 00:13:27.000000000 -0400
+++ shadow/68267.tmp.31250 2004-10-14 12:00:35.000000000 -0400
@@ -2,16 +2,16 @@
Product: Mono: Class Libraries
Version: unspecified
OS: Red Hat 9.0
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: Sys.XML
-AssignedTo: mono-bugs@ximian.com
+AssignedTo: atsushi@ximian.com
ReportedBy: ehlert@systransoft.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: xslt variables not resolved when in a xpath predicate expression
@@ -159,6 +159,10 @@
------- Additional Comments From ehlert@systransoft.com 2004-10-14 00:13 -------
Created an attachment (id=12810)
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.