PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT
ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW
AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE
DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL
BE LOST SOMEWHERE.

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

*** shadow/3238 Fri Aug 24 14:05:02 2001
--- shadow/3238.tmp.22566       Fri Aug 24 15:01:11 2001
***************
*** 140,143 ****
  
  
  ------- Additional Comments From [EMAIL PROTECTED]  2001-08-24 14:05 -------
! Sorry for changing the summary again!
--- 140,161 ----
  
  
  ------- Additional Comments From [EMAIL PROTECTED]  2001-08-24 14:05 -------
! Sorry for changing the summary again!
! 
! ------- Additional Comments From [EMAIL PROTECTED]  2001-08-24 15:01 -------
! In searching for existing and related test cases, I found mk030.xsl. I tried 
! modifying it so-as-to test the current bug as follows:
! 
!        <h2><xsl:value-of select="concat(fullname, ' (', born, '-', 
! died, ')')"/></h2>
!        <xsl:variable name="c" select="."/>
! +<xsl:for-each select="/">
!        <xsl:for-each select="/programme/opera[composer=$c/@name]">
!            <p><xsl:value-of select="title"/></p>
!        </xsl:for-each>
! +</xsl:for-each>
!      </xsl:for-each>
! 
! But in the process of testing this change I discovered that 
! http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1412 is broken again, so I 
! reopened it.

Reply via email to