> This could start a few more rumours :\
>
> <xsl:template match="classsynopsis" mode="java">
>   <pre class="{name(.)}">
>     <xsl:apply-templates select="ooclass[1]" mode="java"/>
>
> Looks good in livedocs, is there any good reason for it to be 'ooclass' &&
> mode='java' or is this just some hangover item from docbook?  For
> php-gtk-doc we override docbook with our own dtd, so I'd like to be certain
> you're using a long-term strategy there before we switch ours over to match
> yours..

Afair we use the java named mode, because docbook xsl already has support
for it, so we can utilize the fallback templates in this mode.

Goba

Reply via email to