This is the mail archive of the docbook@lists.oasis-open.org mailing list for the DocBook project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: variablelist


> From: Togan Muftuoglu <toganm@users.sourceforge.net>
> 
> 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: bobs@caldera.com

----------------------------------------------------------------
To subscribe or unsubscribe from this elist use the subscription
manager: <http://lists.oasis-open.org/ob/adm.pl>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]