[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Problem with xrefsstyle & title in olinks
Hi all,
the title won’t be displayed, if I’m using xrefstyle
in olinks. (But xref links work.)
Example 1:
XML code:
<olink targetdoc="MainDocumentation" targetptr="section.test"
xrefstyle=“select: label title pageabbrev”/>
The code generates this:
“Chapter 1.2 (p. 5)”
Example 2:
XML code:
<olink targetdoc="MainDocumentation" targetptr="section.test"
xrefstyle=“select: label quotedtitle pageabbrev”/>
The code generates this:
“Chapter 1.2 “ ” (p. 5)”
Example 3:
XML code:
<olink targetdoc="MainDocumentation" targetptr="section.test"/>
The code generates this:
“Chapter 1.2 “Test Title””
This is the generated target.db:
<div element="section" href=""#section.test""
number="1.2" targetptr="section.test"> <ttl>Test
Title</ttl> <xreftext>Chapter 1.2, „Test Title“</xreftext>
<obj element="figure" href=""#d0e50375"" number="1.22">
<ttl> “Test figure”</ttl> <xreftext>Figure 1.22,
„Test figure“</xreftext> </obj> </div>
What’s wrong?
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]