You probably want to make the <variablelist> entries into separate
<sect3>'s and leave the itemizedlist as you show it, possibly with some
links (xref's) to the respective section.
Roberto Mello writes:
> Here's what I am trying to do with links. I want to link the items in
> the itemized list with its respecitev counterparts in the
> <variablelist> below. Suggestions?
>
> <sect2 id="plpgsql-advantages">
> <title>Advantages of Using PL/pgSQL</title>
>
> <itemizedlist>
> <listitem>
> <para>
> Better performance
> </para>
> </listitem>
> <listitem>
> <para>
> SQL Support
> </para>
> </listitem>
> <listitem>
> <para>
> Portability
> </para>
> </listitem>
> </itemizedlist>
>
> <variablelist>
>
> <varlistentry id="better-performance">
> <term>
> Better Performance
> </term>
> <listitem>
> <para>
> <acronym>SQL</acronym> is the language PosgreSQL
> (and most other Relational Databases) use as query
> language. It's portable and easy to learn. But every
> <acronym>SQL</acronym> statement must be executed
> individually by the database server.
> </para>
>
> -Roberto
>
--
Peter Eisentraut peter_e@gmx.net http://yi.org/peter-e/