This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: troubles after changed encoding in XSL 1.58


Jeff Beal <jeff.beal@ansys.com>:
> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]