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


Oh.  In the parameter documentation for default.encoding, Norm mentions that
it only works for Saxon.

-----Original Message-----
From: ABX [mailto:abx@abx.art.pl]
Sent: Tuesday, December 03, 2002 12:26 PM
To: docbook-apps@lists.oasis-open.org
Subject: Re: DOCBOOK-APPS: 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]