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


It looks like you're using the namespace stylesheets. Try matching d:guilabel?

Peter

On Oct 12, 2011 5:39 PM, "Parker, Joel J. K. (GSFC-5950)" <joel.j.k.parker@nasa.gov> wrote:
Hi all,

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

<xsl:import href="">
<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


---------------------------------------------------------------------
To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org



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