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

*** shadow/3025 Tue Aug  7 13:13:19 2001
--- shadow/3025.tmp.24471       Tue Aug  7 13:13:19 2001
***************
*** 0 ****
--- 1,31 ----
+ +============================================================================+
+ | HTML META tag not closed                                                   |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 3025                        Product: XalanJ2                 |
+ |       Status: NEW                         Version: 2.2.x                   |
+ |   Resolution:                            Platform: Other                   |
+ |     Severity: Normal                   OS/Version: Other                   |
+ |     Priority: Other                     Component: org.apache.xalan.serial |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: [EMAIL PROTECTED]                                     |
+ |  Reported By: [EMAIL PROTECTED]                                      |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ In the process of learning how to use the JAXP 1.1 api, I was processing 
+ several demo xsl files to a data.xml.  All of the xsl's except one generated 
+ xml data.  The rogue xsl generated html output to the same data.xml file.  Thus 
+ I noticed that the file was now displaying an error in IE 5.5.  It turns out 
+ that on line 674 of org/apache/xalan/serialize/SerializerToHTML.java the code 
+ reads 
+ 
+         accum('>');
+ 
+ instead it should be
+ 
+         accum('/>');
+ 
+ The previous code works because html parsers are more forgiving than xml 
+ parsers.
\ No newline at end of file

Reply via email to