http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1310 *** shadow/1310 Sun May 20 17:25:05 2001 --- shadow/1310.tmp.21686 Fri Jun 8 12:58:22 2001 *************** *** 1,19 **** ! Bug#: 1310 ! Product: XalanJ2 ! Version: 2.0.1 ! Platform: PC ! OS/Version: All ! Status: NEW ! Resolution: ! Severity: Minor ! Priority: High ! Component: org.apache.xalan.transformer ! AssignedTo: [EMAIL PROTECTED] ! ReportedBy: [EMAIL PROTECTED] ! URL: ! Cc: ! Summary: Charset META Tag causing Netscape 4.x to redraw when displaying transformed stylesheet ! The following line causes 4.x browsers to redraw since the charset defined does not match the default Netscape defined charset in the browser settings. What happens is that the transformation occurs and the following line gets added to --- 1,19 ---- ! +============================================================================+ ! | Charset META Tag causing Netscape 4.x to redraw when displaying transforme | ! +----------------------------------------------------------------------------+ ! | Bug #: 1310 Product: XalanJ2 | ! | Status: RESOLVED Version: 2.0.1 | ! | Resolution: FIXED Platform: PC | ! | Severity: Enhancement OS/Version: All | ! | Priority: High Component: org.apache.xalan.transf | ! +----------------------------------------------------------------------------+ ! | Assigned To: [EMAIL PROTECTED] | ! | Reported By: [EMAIL PROTECTED] | ! | CC list: Cc: | ! +----------------------------------------------------------------------------+ ! | URL: | ! +============================================================================+ ! | DESCRIPTION | The following line causes 4.x browsers to redraw since the charset defined does not match the default Netscape defined charset in the browser settings. What happens is that the transformation occurs and the following line gets added to *************** *** 54,56 **** --- 54,63 ---- Xalan attribute that will change the default processing here. (Or, work with the W3C to clarify and/or clean up the XSLT spec in future revisions/errata... 8-) + + ------- Additional Comments From [EMAIL PROTECTED] 2001-06-08 12:58 ------- + Enhanced Xalan to allow xalan:omit-meta-tag="yes" attribute on the xsl:output + element. If specified, no META tag will be produced when the output method is + HTML, even if it would be produced according to the XSLT Recommendation. + Committed: SerializerToHTML, revision 1.3; OutputProperties, revision 1.17; + output_html.properties, revision 1.5; usagepatterns.xml, revision 1.35 \ No newline at end of file