OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook-apps] output doctype using saxon


On Sat, Jun 23, 2012 at 4:28 PM, Jirka Kosek <jirka@kosek.cz> 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


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]