Next in thread → Next in month →

Re: [docbook-apps] Index in htmlhelp is showing broken characters for swedish

From
Dave Pawson <>
Date
2003-10-29T13:47:03+00:00
ID
Thread
Re: [docbook-apps] Index in htmlhelp is showing broken characters for swedish
At 13:23 29/10/2003, Jirka Kosek wrote:
>There is typo in your parameter defition. You must use
>
><xsl:param name="htmlhelp.encoding" select="'windows-1250'"/>
>
>instead of
>
><xsl:param name="htmlhelp.encoding" select="windows-1250"/>
>
>Note apostrophes inside quotes.


I wish there was another way of doing that, it is so subtle, far too easy 
to miss.
select="string(windows-1250)"  or something, but  "' is so 'not noticable', 
its nearly bad design.

regards daveP
Next in thread → Next in month →