You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2001/03/25 22:38:14 UTC

[Bug 1107] Changed - XPath does not work with external Variables

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1107

*** shadow/1107	Sun Mar 25 11:18:29 2001
--- shadow/1107.tmp.10588	Sun Mar 25 12:38:14 2001
***************
*** 5,11 ****
  |       Status: NEW                         Version: 2.0.x                   |
  |   Resolution:                            Platform: PC                      |
  |     Severity: Normal                   OS/Version: Linux                   |
! |     Priority:                           Component: org.apache.xalan        |
  +----------------------------------------------------------------------------+
  |  Assigned To: xalan-dev@xml.apache.org                                     |
  |  Reported By: johnglinux@eyecatching.com                                   |
--- 5,11 ----
  |       Status: NEW                         Version: 2.0.x                   |
  |   Resolution:                            Platform: PC                      |
  |     Severity: Normal                   OS/Version: Linux                   |
! |     Priority: High                      Component: org.apache.xalan        |
  +----------------------------------------------------------------------------+
  |  Assigned To: xalan-dev@xml.apache.org                                     |
  |  Reported By: johnglinux@eyecatching.com                                   |
***************
*** 37,40 ****
  If the variable test was initialized in the stylesheet,
  the original (unmodified) version will work with either
  of the above XPATH Statements but a soon as that variable
! is changed, the first example fails to work.
--- 37,48 ----
  If the variable test was initialized in the stylesheet,
  the original (unmodified) version will work with either
  of the above XPATH Statements but a soon as that variable
! is changed, the first example fails to work.
! 
! ------- Additional Comments From garyp@firstech.com  2001-03-25 12:38 -------
! Please include the text of the error message and attach sample input XML, your 
! XSLT stylesheet, and the java code that you use to set the parameter so that we 
! can recreate the problem that you're having.
! 
! Thanks,
! Gary