Next in thread → Next in month →

Re: [docbook-apps] Re: Problems with quotes in HTML export

From
=?JRN-8859-1?P?Cernd_O=G6rner?=
Date
2004-08-06T20:15:35+00:00
ID
Thread
Re: [docbook-apps] Re: Problems with quotes in HTML export
I found the solution:

    <xsl:param name="chunker.output.doctype-system"
                     
select="'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'"/>
    <xsl:param name="chunker.output.doctype-public" select="'-//W3C//DTD 
XHTML 1.0 Transitional//EN'"/>

Happy weekend!
B.

Bernd P顤ner wrote:

> Thanks again!
>
> One more question:
> When I'm producing chunked HTML, only the index.html has a correct 
> HTML declaration. All other pages have a simple <html> declaration 
> only. Is there a way to get a correct HTML declaration for all pages?
>
> B.
>
> Stephane Bortzmeyer wrote:
>
>> On Fri, Aug 06, 2004 at 04:36:50PM +0200,
>> Bernd P顤ner <> wrote a message of 48 
>> lines which said:
>>
>>  
>>
>>> Are there any XSL parameters where I can set the output decoding?
>>>   
>>
>>
>> <xsl:variable name="chunker.output.encoding">UTF-8</xsl:variable>
>>  
>>
Next in thread → Next in month →