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


Subject: Re: [docbook-apps] xref referencing procedures


It appears that I am scraping the bottom of the barrel now ;-) Most of my stylesheets are complete, so the users are starting to nit-pick now and finding all the "overlooked" issues.
 
The bug report is in now.
 2020982
 
Thanks for the fix.
 
Dean Nelson
 
 
In a message dated 7/17/2008 1:39:28 P.M. Pacific Daylight Time, bobs@sagehill.net writes:
Hi Dean,
You seem to be particularly adept at pointing out incompletely implemented features. 8^)  (and we appreciate it).
 
In this case, the template that decides whether to number procedures in xrefs is missing from common/common.xsl.  Add this to your customization layer, and please file a bug report on SourceForge so it gets fixed in the source.
 
<xsl:template match="procedure" mode="is.autonumber">
  <xsl:value-of select="$formal.procedures"/>
</xsl:template>
 
 
Bob Stayton
Sagehill Enterprises
bobs@sagehill.net
 
 
----- Original Message -----
Sent: Thursday, July 17, 2008 12:32 PM
Subject: [docbook-apps] xref referencing procedures

All,
I am having a bit of a problem getting an XREF to show procedure number number and title.
 
<procedure id="door">
     <title>Door Closing</title>
 
 
and then referencing it with:
 
<para>When you leave a room please close the door using <xref linkend="door">. </para>
 
 
This ends up with:
 
When you leave a room please close the door using Door Closing.
 
Rather than:
 
When you leave a room please close the door using Procedure 3.1, Door Closing.
 
 
The xrefs for chapter, section, and figures still come up correctly xref'd.
 
And ideas around this?
 
 
Regards,
Dean Nelson




Get the scoop on last night's hottest shows and the live music scene in your area - Check out TourTracker.com!
 
Regards,

Dean Nelson

"Faith is acting before feeling." - Rick Warren




Get fantasy football with free live scoring. Sign up for FanHouse Fantasy Football today.


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