This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: [docbook-apps] xsl: setup xref-label for tables


Did you add <xsl:param name="local.l10n.xml" select="document('')"/> to your
document also?

> -----Original Message-----
> From: Jens Skripczynski [mailto:skripi-lists at myrealbox dot com]
> Sent: Tuesday, April 15, 2003 7:46 AM
> To: docbook-apps at lists dot oasis-open dot org
> Subject: [docbook-apps] xsl: setup xref-label for tables
> 
> 
> Hi,
> 
> I'm trying to setup a different label for xref's concerning Tables.
> I want a format linke 'Table 2.1: my Title'.
> 
> As as far as I have understood the xsl style sheet I have to change
> the schemes in the common section. So I added to my stylesheets:
> 
> ---------------------------
> <l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0";>
>    <l:context name="title">
>       <l:template name="table" text="Table&#160;%n.&#160;%t"/>
>    </l:context>
> 
>    <l:context name="xref">
>       <l:template name="table" text="Table&#160;%n.&#160;%t"/>
>    </l:context>
> </l:i18n>
> ---------------------------
> The output is almost what I wanted:
> <a href="#table-base_rr" title="Table 4.2. Base Recovery Rate 
> by landscape">Table 4.2</a>
> 
> If I could move the attribute between the <a> </a> 's I would 
> be happy.
> 
> I'm using saxon-6.5.2, xerces-2.3.0.
> 
> 
> Ciao
> 
> Jens Skripczynski
> -- 
> E-Mail: skripi-lists(at)myrealbox(dot)com
> 
> Computers are like airconditioners: They stop working 
>                                     properly if you open windows.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: docbook-apps-unsubscribe at lists dot oasis-open dot org
> For additional commands, e-mail: 
> docbook-apps-help at lists dot oasis-open dot org
> 
> 
> 

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]