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


On Tue, Dec 03, 2002 at 06:25:36PM +0100, ABX wrote:
> 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.

The latest version of xsltproc has changes to make it
better support xhtml output.  You might try upgrading.

-- 

Bob Stayton                                 400 Encinal Street
Publications Architect                      Santa Cruz, CA  95060
Technical Publications                      voice: (831) 427-7796
The SCO Group                               fax:   (831) 429-1887
                                            email: bobs@sco.com


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