[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: 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�rner 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�rner <bernd.poerner@imformgroup.com> 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>
>>
>>
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]