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/09 19:09:03 UTC

[Bug 914] Changed - Parameters set with setParameter are accessible even without xsl:param

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

*** shadow/914	Fri Mar  9 07:53:24 2001
--- shadow/914.tmp.5906	Fri Mar  9 10:09:03 2001
***************
*** 2,9 ****
  | Parameters set with setParameter are accessible even without xsl:param     |
  +----------------------------------------------------------------------------+
  |        Bug #: 914                         Product: XalanJ2                 |
! |       Status: NEW                         Version: 2.0.0                   |
! |   Resolution:                            Platform: All                     |
  |     Severity: Normal                   OS/Version: Other                   |
  |     Priority: Medium                    Component: org.apache.xalan.transf |
  +----------------------------------------------------------------------------+
--- 2,9 ----
  | Parameters set with setParameter are accessible even without xsl:param     |
  +----------------------------------------------------------------------------+
  |        Bug #: 914                         Product: XalanJ2                 |
! |       Status: RESOLVED                    Version: 2.0.0                   |
! |   Resolution: FIXED                      Platform: All                     |
  |     Severity: Normal                   OS/Version: Other                   |
  |     Priority: Medium                    Component: org.apache.xalan.transf |
  +----------------------------------------------------------------------------+
***************
*** 68,71 ****
  
  XML:
  <?xml version="1.0"?>
! <doc>Hello</doc>
--- 68,77 ----
  
  XML:
  <?xml version="1.0"?>
! <doc>Hello</doc>
! 
! ------- Additional Comments From garyp@firstech.com  2001-03-09 10:09 -------
! Updated to CVS:  TransformerImpl(1.87), VariableStack(1.27).
! This sample now reports "VariableReference given for variable out of context or 
! without definition!  Name = myParam" at the proper location.
! Ran the conformance suite and found no regressions.