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]

Re: 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


------------------------------------------------------------------
To unsubscribe from this elist send a message with the single word
"unsubscribe" in the body to: docbook-apps-request@lists.oasis-open.org


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