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] | [Elist Home]


Subject: Re: DOCBOOK-APPS: References to section don't contain a title?



I'm a dope. Sorry. I left out <chapter> and <simplesect>, but you can
probably figure those out.

Dennis Grace

Information Developer
IBM Linux Technology Center
(512) 838-3937  T/L 678-3937  cell: (512)-296-7830
dgrace@us.ibm.com

There are only 10 kinds of people in the world: those who understand binary
and those who don't.


                                                                                                                                       
                      Dennis                                                                                                           
                      Grace/Austin/IBM@        To:       Stephan Wiesner <stephan@stephan-wiesner.de>                                  
                      IBMUS                    cc:       "docbook-apps@lists.oasis-open.org" <docbook-apps@lists.oasis-open.org>       
                                               Subject:  Re: DOCBOOK-APPS: References to section don't contain a title?                
                      01/20/2003 11:19                                                                                                 
                      AM                                                                                                               
                                                                                                                                       
                                                                                                                                       




Add this to your customization layer:

<xsl:param name="local.l10n.xml" select="document('')"/>

 <l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0";>
 <l:l10n language="en">

<l:context name="section-xref-numbered">
       <l:template name="bridgehead" text='Section %n, "%t"'/>
       <l:template name="sect1" text='Section %n, "%t"'/>
       <l:template name="sect2" text='Section %n, "%t"'/>
       <l:template name="sect3" text='Section %n, "%t"'/>
       <l:template name="sect4" text='Section %n, "%t"'/>
       <l:template name="sect5" text='Section %n, "%t"'/>
       <l:template name="section" text='Section %n, "%t"'/>
 </l:context>

 </l:l10n>
 </l:i18n>

 Dennis Grace

 Information Developer
 IBM Linux Technology Center
 (512) 838-3937  T/L 678-3937  cell: (512)-296-7830
 dgrace@us.ibm.com

 There are only 10 kinds of people in the world: those who understand
 binary and those who don't.



                      Stephan Wiesner

                      <stephan@stephan-        To:
"docbook-apps@lists.oasis-open.org" <docbook-apps@lists.oasis-open.org>

                      wiesner.de>              cc:

                                               Subject:  DOCBOOK-APPS:
References to section don't contain a title?
                      01/20/2003 10:52

                      AM






Hi list,
<xref> links to <chapter> and <simplesect> result in the chapter number
and the title or the section title (see section called "XXX"). This
doesn't work with sections, however, I just get the section number, no
title. Bug, or do I miss something?

I am using FOP 2.5RC and the 1.59.2 XSLT style for my XML documents.

Stephan














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


Powered by eList eXpress LLC