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] Not valid html output


Vitaly Ostanin wrote:
Hello.

I validate html output of DocBook XSL Stylesheets 1.61.3
(documents are DocBook XML 4.2) with http://validator.w3.org/
and it's report what pages are invalid - no DOCTYPE specified.

Actually html output is not HTML 4.01 Strict, but HTML 4.01
Transitional.

It's possible to change default values of
"chunker.output.doctype-public"
"chunker.output.doctype-system"
from '' to corresponding values?


Sdrastvuite,


add this to your custom driver:

<xsl:param name="chunker.output.doctype-public" select="'-//W3C//DTD HTML 4.01 Transitional//EN'"/>
<xsl:param name="chunker.output.doctype-system" select="'http://www.w3.org/TR/html4/loose.dtd'"/>



Oliver





--------------------------------------------------------------------- To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org


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