Next in thread →
Next in month →
Re: DOCBOOK: variablelist
> From: Togan Muftuoglu <> > > Is it possible to use variablelist in the variablelist tag or is there > something else > > this is what I want > > ABC: > bla bla > > DEF: > bla bla > > GH > bla bla > > > <variablelist> > <varlistentry><term> Some word </term > > <listitem> <para> > bla bla bla </para> > > <variablelist> > <varlistentry><term> New word </term> > <listitem><para> > bla bla </para> > </listitem> </varlistentry> > > <varlisentry><term> Another word </term> > <listitem><para> > bla bla </para> > </listitem> > </varlistentry> > </variablelist> > </listem> > </varlistentry> > </variablelist> Yes, <variablelist> is permitted inside a <listitem>. You might want to bookmark this reference to "DocBook The Definitive Guide" online: http://docbook.org/tdg/en/html/docbook.html It has a complete reference section that indicates which children elements are permitted inside each element. bobs Bob Stayton 400 Encinal Street Publications Architect Santa Cruz, CA 95060 Technical Publications voice: (831) 427-7796 Caldera International, Inc. fax: (831) 429-1887 email:
Next in thread →
Next in month →