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/05/17 22:27:18 UTC

[Bug 1408] Changed - variable in imported xsl over-riding same variable in main xsl

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

*** shadow/1408	Thu Apr 19 13:16:39 2001
--- shadow/1408.tmp.21660	Thu May 17 13:27:17 2001
***************
*** 2,9 ****
  | variable in imported xsl over-riding same variable in main xsl             |
  +----------------------------------------------------------------------------+
  |        Bug #: 1408                        Product: XalanJ2                 |
! |       Status: NEW                         Version: 2.0.0                   |
! |   Resolution:                            Platform: Sun                     |
  |     Severity: Normal                   OS/Version: Solaris                 |
  |     Priority: Medium                    Component: org.apache.xalan.xsltc  |
  +----------------------------------------------------------------------------+
--- 2,9 ----
  | variable in imported xsl over-riding same variable in main xsl             |
  +----------------------------------------------------------------------------+
  |        Bug #: 1408                        Product: XalanJ2                 |
! |       Status: RESOLVED                    Version: 2.0.0                   |
! |   Resolution: FIXED                      Platform: Sun                     |
  |     Severity: Normal                   OS/Version: Solaris                 |
  |     Priority: Medium                    Component: org.apache.xalan.xsltc  |
  +----------------------------------------------------------------------------+
***************
*** 99,102 ****
  <xsl:template name="copyright"
  >Copyright � <xsl:value-of select="$owner"/> 2000</xsl:template>
  
! </xsl:stylesheet>
--- 99,106 ----
  <xsl:template name="copyright"
  >Copyright � <xsl:value-of select="$owner"/> 2000</xsl:template>
  
! </xsl:stylesheet>
! 
! ------- Additional Comments From tamiro@east.sun.com  2001-05-17 13:27 -------
! Morenten's fix has taken care of this problem. I verified 
! it with my mk008 test.