← Prev in month ← Prev in thread
Next in thread → Next in month →

Re: [docbook-apps] docbook xsl stylesheets: "in the sectioncalled"

From
Paul DuBois <>
Date
2006-04-12T23:12:04+00:00
ID
Thread
Re: [docbook-apps] docbook xsl stylesheets: "in the sectioncalled"
This is due to some change that was made a few releases back. Presumably
there is some benefit to the change, but it also causes the problem that
you're observing, which is definitely a disadvantage.

I find that this makes it go away and restores the former behavior:

<xsl:param name="section.autolabel" select="1"/>



On 4/12/06 17:43, "Alan Ezust" <> wrote:

> I'm browsing through the docbook-xsl stylesheets trying to determine
> which template rule outputs the phrase "in the section called".
> 
> I can see clearly in the common/en.xml, there is this:
>  <l:gentext key="sectioncalled" text="the section called"/>
> 
> But where in the xsl stylesheets, is it using this gentext key?
> Alternately, what is the easiest way to change the generated xref text
> from "in the section called %t" to just "Section %n" (where %t is the
> section title, and %n is the section number).
> 
> Following the instructions in the docbook-xsl documentation, I was
> able to achieve exactly the kind of xrefs I wanted for Chapters,
> Examples, Figures, Appendix, but it seems that Section is handled in a
> special way.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: 
> For additional commands, e-mail: 
>
← Prev in month ← Prev in thread
Next in thread → Next in month →