Hi Tim,

That separator is supplied by a stylesheet parameter named 'xref.label-title.separator', whose default value is ": "

http://docbook.sourceforge.net/release/xsl/current/doc/fo/xref.label-title.separator.html

Bob Stayton
Sagehill Enterprises
[email protected]

On 10/24/2018 1:02 PM, Tim Arnold wrote:
hi, I've done a complete rewrite of my customization layer and missed something along the way. Previously my references to chapters, tables, etc would look like,for example, Table %n %t.
Table 13 Parameter Estimates.

Now I get Table 13Parameter Estimates. or Chapter 3Overview

I just can't see what I'm missing. Does that ring a bell for anyone?
I'm using olinking and my olinks look like this:

    <olink targetdoc="bookname" targetptr="chaptername" xrefstyle="select: label title" />

The element in the olinkdb.xml:

    <div element="chapter" href="bookname_chaptername_toc.htm" number="3" targetptr="chaptername">
<ttl>Overview</ttl><xreftext>Chapter 3</xreftext> etc.

thanks for any pointers,
--Tim


Reply via email to