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/09/12 11:30:38 UTC

[DO NOT REPLY: Bug 1443] soccer team score card example has incorrect ouput

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=1443

*** shadow/1443	Sun May 20 17:25:47 2001
--- shadow/1443.tmp.12324	Wed Sep 12 02:30:38 2001
***************
*** 1,19 ****
! Bug#: 1443
! Product: XalanJ2
! Version: 2.0.0
! Platform: Sun
! OS/Version: Solaris
! Status: NEW   
! Resolution: 
! Severity: Normal
! Priority: Medium
! Component: org.apache.xalan.xsltc
! AssignedTo: xalan-dev@xml.apache.org                            
! ReportedBy: tamiro@east.sun.com               
! URL: 
! Cc: 
! Summary: soccer team score card example has incorrect ouput
! 
  [taken from SunMicrosystem's bug 4423441]
  xsltc does not produce the correct output for the example on using the count()
  and sum() functions from page 523 of M Kay's XSLT Programmer's reference. The
--- 1,19 ----
! +============================================================================+
! | soccer team score card example has incorrect ouput                         |
! +----------------------------------------------------------------------------+
! |        Bug #: 1443                        Product: XalanJ2                 |
! |       Status: NEW                         Version: 2.0.0                   |
! |   Resolution:                            Platform: Sun                     |
! |     Severity: Normal                   OS/Version: Solaris                 |
! |     Priority: Medium                    Component: org.apache.xalan.xsltc  |
! +----------------------------------------------------------------------------+
! |  Assigned To: morten@apache.org                                            |
! |  Reported By: tamiro@east.sun.com                                          |
! |      CC list: Cc:                                                          |
! +----------------------------------------------------------------------------+
! |          URL:                                                              |
! +============================================================================+
! |                              DESCRIPTION                                   |
  [taken from SunMicrosystem's bug 4423441]
  xsltc does not produce the correct output for the example on using the count()
  and sum() functions from page 523 of M Kay's XSLT Programmer's reference. The
***************
*** 251,253 ****
--- 251,256 ----
  </xsl:template>
  
  </xsl:transform>
+ 
+ ------- Additional Comments From morten.jorgensen@ireland.sun.com  2001-09-12 02:30 -------
+ This test uses nested predicates. I am not sure if we support then 100% yet.