Jeff Beal <[EMAIL PROTECTED]>:
> Set the XSL parameter 'default-encoding' to ISO-8859-1.

It does not help. I tried as empty customization layer as possible:

<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
                xmlns:doc="http://nwalsh.com/xsl/documentation/1.0";
                xmlns:exsl="http://exslt.org/common";
                xmlns:set="http://exslt.org/sets";
                version="1.0"
                exclude-result-prefixes="doc exsl set">
  <xsl:import href="/usr/local/share/xsl/xhtml/docbook.xsl"/>
  <xsl:param name="default.encoding">ISO-8859-1</xsl:param>
</xsl:stylesheet>

The only solution was to switch from xhtml to html but I'd prefer xhtml.

I used xsltproc, btw.

ABX

Reply via email to