I insert an xref element referencing a table with an xreflabel attribute.
The xml generated is:
<para>See <xref linkend="mytable" /> </para>
The xml for the table starts as:
<table border="" id="mytable" xreflabel="My Table">
<title>My Table</title>
The pdf generated is:
"See My Table"
I expect the table number and title; something like:
"See Table 1 My Table"
The xref example in "DocBook: The Definitive Guide" (2003) shows:
<listitem><para>A straight link generates the
cross-reference text: <xref linkend="ch02"/>.
</para></listitem>
<chapter id="ch02">
<title>The Second Chapter</title>
<para>Some content here</para>
</chapter>
generates:
"A straight link generates the cross-reference text: Chapter 2, "The Second
Chapter"."
How can I turn on printing xrefs with chapter/table/figure numbers + title?
thanks,
clark
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://www.xmlmind.com/pipermail/xmleditor-support/attachments/20080619/4f0ba032/attachment.htm