Hi, Let's consider the following XML fragment:
<varlistentry xml:id="border-color"> <term>border-color</term> <listitem> <para>Specifies the color of all four borders of an element.</para> </listitem> </varlistentry> When I use <olink targetptr="border-color"/>, then the link to the varlistentry is created properly. Now, if there is an indexterm element like this: <varlistentry xml:id="border-color"> <term> <indexterm xml:id="id8856773342938128"> <primary>themes</primary> <secondary>border style properties</secondary> <tertiary>border-color</tertiary> </indexterm>border-color</term> <listitem> <para>Specifies the color of all four borders of an element.</para> </listitem> </varlistentry> then the same <olink targetptr="border-color"/> does not generate a link, even though it properly outputs the label, i.e. "border-color" text. Any ideas what's wrong with my docbook page? Robert --------------------------------------------------------------------- To unsubscribe, e-mail: docbook-apps-unsubscr...@lists.oasis-open.org For additional commands, e-mail: docbook-apps-h...@lists.oasis-open.org