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.29668       Tue Aug  7 23:13:18 2001
***************
*** 2,9 ****
  | 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 |
  +----------------------------------------------------------------------------+
--- 2,9 ----
  | HTML META tag not closed                                                   |
  +----------------------------------------------------------------------------+
  |        Bug #: 3025                        Product: XalanJ2                 |
! |       Status: RESOLVED                    Version: 2.2.x                   |
! |   Resolution: INVALID                    Platform: Other                   |
  |     Severity: Normal                   OS/Version: Other                   |
  |     Priority: Other                     Component: org.apache.xalan.serial |
  +----------------------------------------------------------------------------+
***************
*** 29,31 ****
--- 29,40 ----
  
  The previous code works because html parsers are more forgiving than xml 
  parsers.
+ 
+ ------- Additional Comments From [EMAIL PROTECTED]  2001-08-07 23:13 -------
+ Wendell --
+ Please have a careful look at sections 16 and 16.2 of the Recommendation.  If 
+ you haven't specified an xsl:output method, and the first node is <html>, then 
+ the HTML output method is used, not the XML output method.  When the HTML output 
+ method is used, the meta tag (among others) is not output with an end-tag, only 
+ a start-tag.  If IE 5.5 is displaying this as HTML, it will work.  If it's 
+ trying to display it as XML it will fail, as you've seen.
\ No newline at end of file

Reply via email to