On Sat, Jun 23, 2012 at 4:28 PM, Jirka Kosek <[email protected]> wrote:
> On 23.6.2012 17:48, Tim Arnold wrote:
>
>> My customization looks like this (appended below), but no doctype is
>> output. fwiw, I also tried adding the saxon namespace and using this
>> element: <xsl:output method="saxon"xhtml" />, but that had no effect
>> either (I put it just after my imports, before the includes)
>
> If you are using chunking output you must use special parameters like
>
> http://docbook.sourceforge.net/release/xsl/current/doc/html/chunker.output.doctype-system.html
>
> not xsl:output instruction.
>
>                                        Jirka
>
Thanks Jirka, that works. Just for completeness here is what I did and
it is working now.
 <xsl:param name="chunker.output.doctype-public">-//W3C//DTD HTML
4.01 Transitional//EN</xsl:param>
 <xsl:param 
name="chunker.output.doctype-system">http://www.w3.org/TR/html4/loose.dtd</xsl:param>

thanks,
--Tim

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to