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

*** shadow/2954 Wed Aug  1 12:46:53 2001
--- shadow/2954.tmp.26049       Wed Aug  1 12:46:53 2001
***************
*** 0 ****
--- 1,166 ----
+ +============================================================================+
+ | xsltc fails output25                                                       |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 2954                        Product: XalanJ2                 |
+ |       Status: NEW                         Version: 2.0.0                   |
+ |   Resolution:                            Platform: Sun                     |
+ |     Severity: Normal                   OS/Version: Solaris                 |
+ |     Priority: Other                     Component: org.apache.xalan.xsltc  |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: [EMAIL PROTECTED]                                     |
+ |  Reported By: [EMAIL PROTECTED]                                          |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ This test has a lot going on. The reason it is failing may not be an output
+ issue, but rather a problem with axes. Something is wrong though, as four other
+ processors agreed with the expected output.
+ 
+ Expected Output
+ ===============
+ We are aware of the following bugs (SPR ID# and description):
+ DMAN4H3TBV: Test harness needs robustness review for L1T, L2T, L2D setups. (
+ lre01)
+ DMAN4H3VML: Attribute values fail to override in DOM scenario. ( nspc03)
+ DMAN4H429H: Torture test of format-number obtains garbage. ( numberformat10)
+ DMAN4H6RZ2: Use of position() inside for-each loop has different behavior under
+ TX scenario. ( pos10)
+ EFAR4H2RQ6: LotusXSL: include a batch file that will combine the JAR files. ( )
+ PDIK4D2JJ7: The escaping of quotes in inlined JavaScript died again. ( )
+ PDIK4D2JP5: Escaping of attribute quotes wasn't being done correctly when
+ method="html".. ( outp31)
+ PDIK4D2JPR: Equality comparisons with nodesets and other nodesets, strings, and
+ numbers not to spec.. ( )
+ PDIK4DJS4Q: cdata-section-elements not outputing literal result element
+ correctly. ( outp42,outp43,outp46)
+ PDIK4DRPKM: Use of 9/5 in a xpath expression generates a cryptic error message.
+ ( spr02)
+ PDIK4E6MR3: Concat() does not check for number of arguments.. ( str105)
+ PDIK4E6NZE: Stylesheet should not contain more then 1 template with the same
+ name.. ( ntmp06)
+ PDIK4ERNDJ: Errors messages are overly verbose. Simplify where possible.. ( )
+ PDIK4EUNA6: "xsl:element" created element does not acquire namespace prefixes
+ from stylesheet.. ( lre07)
+ 
+ Obtained Output (beginning of)
+ ===============================
+ We are aware of the following bugs (SPR ID# and description):
+ : 
+ DMAN4H429H
+ 03/03/2000
+ Open
+ numberformat10
+ Torture test of format-number obtains garbage
+ . ( 
+ DMAN4H3VML
+ 03/03/2000
+ Open
+ nspc03
+ Attribute values fail to override in DOM scenario
+ )
+ : 
+ DMAN4H6RZ2
+ 03/06/2000
+ Open
+ pos10
+ Use of position() inside for-each loop has different behavior under TX scenario
+ . ( 
+ DMAN4H429H
+ 03/03/2000
+ Open
+ numberformat10
+ Torture test of format-number obtains garbage
+ )
+ 
+ DMAN4H3VML
+ 03/03/2000
+ Open
+ nspc03
+ Attribute values fail to override in DOM scenario
+ : 
+ EFAR4H2RQ6
+ 03/02/2000
+ Open
+ 
+ LotusXSL: include a batch file that will combine the JAR files
+ . ( 
+ 
+ XSL
+ <?xml version="1.0"?> 
+ <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; version="1.0">
+ <xsl:output method="text"/>
+ 
+   <!-- FileName: OUTP25 -->
+   <!-- Document: http://www.w3.org/TR/xslt -->
+   <!-- DocVersion: 19991116 -->
+   <!-- Section: 16.3 Text Output Method -->
+   <!-- Purpose: ??? -->
+ 
+ <xsl:template match="Sprs">
+ <s3 title="Known bugs:">
+  <p>We are aware of the following bugs (SPR ID# and description):</p><xsl:text>
+ </xsl:text>
+    <ul>
+         <xsl:apply-templates select="Spr/State[. =
+ 'Open']"/><xsl:text>&#010;</xsl:text>
+    </ul></s3>
+ </xsl:template>
+ 
+ <xsl:template match="*">
+         <li>
+         <xsl:value-of select="preceding-sibling::*[2]"/><xsl:text>: </xsl:text>
+         <xsl:value-of select="following-sibling::*[2]"/><xsl:text>. (
+ </xsl:text>
+         <xsl:value-of select="following-sibling::*[1]"/><xsl:text>)
+ </xsl:text>
+         <br/><br/></li>
+ </xsl:template>
+  
+ </xsl:stylesheet>
+ 
+ XML (beginning of)
+ ==================
+ <?xml version="1.0"?>
+ <Sprs>
+ <Spr>
+ <Name>DMAN4H3TBV</Name>
+ <DateCreated>03/03/2000</DateCreated>
+ <State>Open</State>
+ <TestID>lre01</TestID>
+ <TestDesc>Test harness needs robustness review for L1T, L2T, L2D
+ setups</TestDesc>
+ </Spr>
+ <Spr>
+ <Name>DMAN4H3VML</Name>
+ <DateCreated>03/03/2000</DateCreated>
+ <State>Open</State>
+ <TestID>nspc03</TestID>
+ <TestDesc>Attribute values fail to override in DOM scenario</TestDesc>
+ </Spr>
+ <Spr>
+ <Name>DMAN4H429H</Name>
+ <DateCreated>03/03/2000</DateCreated>
+ <State>Open</State>
+ <TestID>numberformat10</TestID>
+ <TestDesc>Torture test of format-number obtains garbage</TestDesc>
+ </Spr>
+ <Spr>
+ <Name>DMAN4H6RZ2</Name>
+ <DateCreated>03/06/2000</DateCreated>
+ <State>Open</State>
+ <TestID>pos10</TestID>
+ <TestDesc>Use of position() inside for-each loop has different behavior under TX
+ scenario</TestDesc>
+ </Spr>
+ <Spr>
+ <Name>EFAR4H2RQ6</Name>
+ <DateCreated>03/02/2000</DateCreated>
+ <State>Open</State>
+ <TestID></TestID>
+ <TestDesc>LotusXSL: include a batch file that will combine the JAR
+ files</TestDesc>
+ </Spr>
+ 
+ ===
\ No newline at end of file

Reply via email to