[ mx4j-Patches-1284001 ] charset declaration in common.xsl

"SourceForge.net" <[email protected]>
Newsgroups gmane.comp.java.mx4j.devel
Message-ID <[email protected]>
Patches item #1284001, was opened at 2005-09-07 23:20
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=450649&aid=1284001&group_id=47745

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Priority: 5
Submitted By: takezoe (takezoe)
Assigned to: Nobody/Anonymous (nobody)
Summary: charset declaration in common.xsl

Initial Comment:
The output of XSLTProcessor seems utf-8. But I have a
problem that my web-browser can't display it when it
contains multi-byte characters. Of course, it display
well by changing my browser encoding to utf-8 manually.
However, I think this problem can be fixed by meta-tag
that declares output-encoding like following:

--- common.xsl.org      2004-09-04 17:44:52.000000000 +0900
+++ common.xsl  2005-09-07 23:02:46.589430400 +0900
@@ -38,6 +38,7 @@
       <meta http-equiv="Expires" content="0"/>
       <meta http-equiv="Pragma" content="no-cache"/>
       <meta http-equiv="Cache-Control"
content="no-cache"/>
+      <meta content="text/html; charset=utf-8"
http-equiv="Content-Type"/>
       <meta name="generator" content="MX4J
HttpAdaptor, JMX, JMX implementation"/>

    </xsl:template>

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=450649&aid=1284001&group_id=47745


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.