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

*** shadow/2607 Fri Jul 20 12:05:18 2001
--- shadow/2607.tmp.801 Wed Aug 29 07:05:58 2001
***************
*** 1,11 ****
  +============================================================================+
! | xsltc fails embed03 and 04 missing the xml declaration                     |
  +----------------------------------------------------------------------------+
  |        Bug #: 2607                        Product: XalanJ2                 |
  |       Status: NEW                         Version: CurrentCVS              |
  |   Resolution:                            Platform: All                     |
! |     Severity: Normal                   OS/Version: All                     |
! |     Priority: Low                       Component: org.apache.xalan.xsltc  |
  +----------------------------------------------------------------------------+
  |  Assigned To: [EMAIL PROTECTED]                                     |
  |  Reported By: [EMAIL PROTECTED]                                          |
--- 1,11 ----
  +============================================================================+
! | xsltc fails embed03 and 04 missing the xml declaration and data            |
  +----------------------------------------------------------------------------+
  |        Bug #: 2607                        Product: XalanJ2                 |
  |       Status: NEW                         Version: CurrentCVS              |
  |   Resolution:                            Platform: All                     |
! |     Severity: Major                    OS/Version: All                     |
! |     Priority: High                      Component: org.apache.xalan.xsltc  |
  +----------------------------------------------------------------------------+
  |  Assigned To: [EMAIL PROTECTED]                                     |
  |  Reported By: [EMAIL PROTECTED]                                          |
***************
*** 61,64 ****
  ===============
  <?xml version="1.0" encoding="UTF-8"?>
  <html xmlns="http://www.w3.org/TR/xhtml1/strict";><head><title>Expense Report 
! Summary</title></head><body><p>Total Amount: 153</p></body></html>
--- 61,81 ----
  ===============
  <?xml version="1.0" encoding="UTF-8"?>
  <html xmlns="http://www.w3.org/TR/xhtml1/strict";><head><title>Expense Report 
! Summary</title></head><body><p>Total Amount: 153</p></body></html>
! 
! ------- Additional Comments From [EMAIL PROTECTED]  2001-08-29 07:05 -------
! XSLTC's output has become worse. Now it no only omits the xml declaration but
! does not return the value of the selected node: 153. embed03 has a simplified 
! stylesheet, whereas embed04 has a regular stylesheet. So simplified (stylesheet
! as an LRE) is not the critical factor. I found that removing the 
! 
!     xmlns="http://www.w3.org/TR/xhtml1/strict";
! 
! namespace declaration from embed03 or embed04 caused 
! 
!    <xsl:value-of select="expense-report/total"/>
! 
! to work. 
! 
! I increased the severity and priority of this problem. It would prevent
! XSLTC from supporting XHTML.

Reply via email to