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/14 00:03:04 UTC

[Bug 608] Changed - Redirect backwards compatibility: relative path different

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

*** shadow/608	Fri Mar  2 14:31:01 2001
--- shadow/608.tmp.8406	Tue Mar 13 15:03:04 2001
***************
*** 2,9 ****
  | Redirect backwards compatibility: relative path different                  |
  +----------------------------------------------------------------------------+
  |        Bug #: 608                         Product: XalanJ2                 |
! |       Status: NEW                         Version: 2.0.0                   |
! |   Resolution:                            Platform: PC                      |
  |     Severity: Normal                   OS/Version: Linux                   |
  |     Priority: Medium                    Component: org.apache.xalan.lib.Re |
  +----------------------------------------------------------------------------+
--- 2,9 ----
  | Redirect backwards compatibility: relative path different                  |
  +----------------------------------------------------------------------------+
  |        Bug #: 608                         Product: XalanJ2                 |
! |       Status: RESOLVED                    Version: 2.0.0                   |
! |   Resolution: FIXED                      Platform: PC                      |
  |     Severity: Normal                   OS/Version: Linux                   |
  |     Priority: Medium                    Component: org.apache.xalan.lib.Re |
  +----------------------------------------------------------------------------+
***************
*** 63,66 ****
  the Xalan code.  If you can wait, I can look at doing this sometime around mid 
  next week.
  
! -scott
--- 63,76 ----
  the Xalan code.  If you can wait, I can look at doing this sometime around mid 
  next week.
  
! -scott
! 
! ------- Additional Comments From garyp@firstech.com  2001-03-13 15:03 -------
! I've committed a change to CVS for this.  The Redirect extension will now 
! interpret files relative to the Result used to kick off the transformation or, 
! if not available, relative to the source URI.  If that is also not available, 
! it will revert to the working directory.
! 
! Also added setOutputTarget() to TransformerImpl to allow for setting a Result 
! systemID when transform is kicked off without a result as in the case where you 
! have specified a ContentHandler.