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/06 06:56:19 UTC

[Bug 741] Changed - TransformState callbacks not alligned with actual state

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

*** shadow/741	Fri Mar  2 14:30:57 2001
--- shadow/741.tmp.14741	Mon Mar  5 21:56:19 2001
***************
*** 2,10 ****
  | TransformState callbacks not alligned with actual state                    |
  +----------------------------------------------------------------------------+
  |        Bug #: 741                         Product: XalanJ2                 |
! |       Status: NEW                         Version: 2.0.0                   |
! |   Resolution:                            Platform: PC                      |
! |     Severity: Major                    OS/Version:                         |
  |     Priority: High                      Component: Xalan                   |
  +----------------------------------------------------------------------------+
  |  Assigned To: xalan-dev@xml.apache.org                                     |
--- 2,10 ----
  | TransformState callbacks not alligned with actual state                    |
  +----------------------------------------------------------------------------+
  |        Bug #: 741                         Product: XalanJ2                 |
! |       Status: RESOLVED                    Version: 2.0.0                   |
! |   Resolution: FIXED                      Platform: PC                      |
! |     Severity: Major                    OS/Version: All                     |
  |     Priority: High                      Component: Xalan                   |
  +----------------------------------------------------------------------------+
  |  Assigned To: xalan-dev@xml.apache.org                                     |
***************
*** 29,32 ****
  
  I believe that for this to work, I'm going to have to find a way to kill this 
  one-step delay altogether.  This will actually help performance, but causes me 
! some worries in the details.
--- 29,37 ----
  
  I believe that for this to work, I'm going to have to find a way to kill this 
  one-step delay altogether.  This will actually help performance, but causes me 
! some worries in the details.
! 
! ------- Additional Comments From scott_boag@lotus.com  2001-03-05 21:56 -------
! Fixed, see cvs commit for details, but note that for the moment the 
! ContextNodeList is not cloned as it needs to be in order for 
! TransformState#getContextNodeList to work properly.