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: Formatting the glosslist items


Hello all,

how do I control the appearance of glossterms in a glosslist? I have tried the following:

<xsl:template match="glossterm">
        <fo:inline font-weight="bold">
            <xsl:apply-imports/>
        </fo:inline>
</xsl:template>

or

<xsl:template match="glossentry/glossterm">
        <fo:inline font-weight="bold">
            <xsl:apply-imports/>
        </fo:inline>
    </xsl:template>

in my customization layer and it did not work. But, for example, the following:

<xsl:template match="varlistentry/term">
        <fo:inline font-weight="bold">
            <xsl:apply-imports/>
        </fo:inline>
    </xsl:template>

works for variablelists.

What is wrong with my rules?

Thanks,

-Zbyszek



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