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: [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>




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