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 12:11:53 UTC

[DO NOT REPLY: Bug 1516] xsl:text and disable-output-escaping, output wrong in case of html

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

*** shadow/1516	Sun May 20 17:26:11 2001
--- shadow/1516.tmp.12544	Wed Sep 12 03:11:53 2001
***************
*** 1,19 ****
! Bug#: 1516
! 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:  xsl:text and disable-output-escaping, output wrong in case of html
! 
  [from SunMicrosystem's bug 4418047]
  Given a simple xml input file:
  <?xml version="1.0" ?>
--- 1,19 ----
! +============================================================================+
! | xsl:text and disable-output-escaping, output wrong in case of html         |
! +----------------------------------------------------------------------------+
! |        Bug #: 1516                        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                                   |
  [from SunMicrosystem's bug 4418047]
  Given a simple xml input file:
  <?xml version="1.0" ?>
***************
*** 41,44 ****
   Case 3. output=text, disable-output-escaping="no"
   Case 4. output=xml, disable-output-escaping="yes"
   Case 5. output=html, disable-output-escaping="yes"
!  Case 6. output=text, disable-output-escaping="yes"
--- 41,44 ----
   Case 3. output=text, disable-output-escaping="no"
   Case 4. output=xml, disable-output-escaping="yes"
   Case 5. output=html, disable-output-escaping="yes"
!  Case 6. output=text, disable-output-escaping="yes"