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: Generated text survey


I removed the trailing slash from the xref *and* the section label by changing

   <xsl:template match="sect2|sect3|sect4|sect5" mode="label.content">
     <xsl:param name="punct">.</xsl:param>

to

   <xsl:template match="sect2|sect3|sect4|sect5" mode="label.content">
     <xsl:param name="punct"></xsl:param>

in common/common.xsl.  Contrary to Kevin's request, I'd kind of like to put 
the trailing period back in the section label:

   Please see section 3.2.1 for more information.
   ...
   3.2.1. More Information

At 04:20 PM 3/29/01 -0500, Jon Willeke wrote:
>Excellent!  That fixes an xref to example, figure, or question, but it
>doesn't seem to help with sections.  I'll keep digging.  Thanks for the tip.

--
Jon Willeke, Quality Engineer
InterSystems Corp.
One Memorial Drive, Cambridge, MA 02142



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


Powered by eList eXpress LLC