chunker.output.doctype-public
  chunker.output.doctype-system

which can define the two components of the doctype used in chunking. Could you please check if these params are available in the XSL used to generate the htmlhelp output.

I think not, althought I'm not expert in XSL. I've added this to common.xsl:
<xsl:param name="chunker.output.doctype-system" select="'XHTML'"/>
<xsl:param name="chunker.output.doctype-public" select="'bsah public'"/>


And it didn't added the doctype to the files. Or do I need to add anything else?
(I've run a grep in the old xsl dir and I've found nothing, so I suppose it isn't supported?..)

If grep found nothing, then there is no support for this chunker param. I'll look into how we can add this a bit later.


Goba


Don't waste your time :) I think I've found a solution: check out an up-to-date version of xsl/docbook/html/chunker.xsl. It seems to work.
I'll keep informed when this finishes compiling (it takes about an hour)



Nuno

Reply via email to