Hi,
It turned out that JEditorPane stumbles upon the META tag that is
generated by xalan-j 2.
While this might be a problem with my use of JEditorPane, can I get rid
of the META tag at all?
I'm transforming to HTML using xalan-j 2 and receive a META tag
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
Here's the beginning of my stylesheet:
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:Clouseau=
"http://www.system-entwicklung.de/catalog/clouseau"
version="1.0"
exclude-result-prefixes="Clouseau"
>
<xsl:output method="html" encoding="ISO-8859-1"
omit-xml-declaration="yes" />
Without xsl:output I get a different META tag, IIRC with an UTF-8
charset.
Greetings
Dietrich
---------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]