RE: [xsl] xsl and toc.hhc (was xml -> htmlhelp and character 8220)

Subject: RE: [xsl] xsl and toc.hhc (was xml -> htmlhelp and character 8220)
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Fri, 19 Nov 2004 17:44:55 -0000
I've incorporated this class into the Saxon codebase, so Saxon 8.2 will
include windows-1252 natively.

Michael Kay



> -----Original Message-----
> From: Jirka Kosek [mailto:jirka@xxxxxxxx]
> Sent: 17 November 2004 12:44
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: Re: [xsl] xsl and toc.hhc (was xml -> htmlhelp and
> character 8220)
>
> Allin Cottrell wrote:
>
> > (I don't really understand why saxon can't output windows-1252, but
> > java is a mystery to me.)
>
> So finally there is a solution for you (and all other DocBook
> user who
> need to output in windows-1252).
>
> 1. Download snapshot of stylesheets from
> http://docbook.sourceforge.net/snapshots/
>
> 2. Add file extensions/saxon65.jar into your classpath
>
> 3. Add -Dencoding.windows-1252=com.nwalsh.saxon.Windows1252
> parameter to JVM
>
> So you will use something like this to start Saxon:
>
> @java -cp c:\saxon\saxon.jar;c:\saxon\saxon65.jar
> -Dencoding.windows-1252=com.nwalsh.saxon.Windows1252
> com.icl.saxon.StyleSheet  %1 %2 %3 %4 %5 %6 %7 %8 %9
>
> Then you can use windows-1252 as encoding name in
> htmlhelp.encoding and
> chunker.output.encoding paramaters.
>
> HTH,
> 					Jirka
>
> --
> ------------------------------------------------------------------
>    Jirka Kosek     e-mail: jirka@xxxxxxxx     http://www.kosek.cz
> ------------------------------------------------------------------
>    Profesionalnm 9kolenm a poradenstvm v oblasti technologim XML.
>       Podmvejte se na na9 novl spu9tln} web http://DocBook.cz
>         Podrobn} pxehled 9kolenm http://xmlguru.cz/skoleni/
> ------------------------------------------------------------------

Current Thread