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, [EMAIL PROTECTED] 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 [EMAIL PROTECTED] (mailto:[EMAIL PROTECTED]) ----- Original Message ----- From: [EMAIL PROTECTED] (mailto:[EMAIL PROTECTED]) To: [EMAIL PROTECTED] (mailto:[email protected]) 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_ (http://www.tourtracker.com/?NCID=aolmus00050000000112) ! Regards, Dean Nelson "Faith is acting before feeling." - Rick Warren **************Get fantasy football with free live scoring. Sign up for FanHouse Fantasy Football today. (http://www.fanhouse.com/fantasyaffair?ncid=aolspr00050000000020)
