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: Setting guilabel to bold using docbook-xsl


Hi all,

I'm having some trouble defining <guilabel> as bold in my Docbook-XSL customization layer:

<xsl:import href="../../build/contrib/docbook-xsl-ns/fo/docbook.xsl"/>

<xsl:template match="guilabel">
    <xsl:call-template name="inline.boldseq"/>
</xsl:template>

I see no reason this would not work, but it appears to have no effect. The resulting FO file has no new markup defining the next as bold in those areas.

Is this the appropriate way to accomplish this? My customization layer generally works for other purposes, it's just this specific attempt that's failing.

Thanks,

-- 
Joel J. K. Parker



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