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: nested lists ?


Hi,

Simply put your <itemizedlist> inside a <listitem> element.

Camille.

Alan Short a écrit :
> 
> hello
> 
> i'm trying to create a nested list but haven't been able to yet.
> 
> ie:
> 
> <itemizedlist>
> <listitem>item1</listitem>
> <listitem>item2</listitem>
>         <itemizedlist>
>                 <listitem>subitem1</listitem>
>                 <listitem>subitem2</listitem>
>                 <listitem>subitem3</listitem>
>         </itemizedlist>
> <listitem>item3</listitem>
> <listitem>item4</listitem>
> </itemizedlist>
> 
> to give
> 
> o item1
> o item2
>         o subitem1
>         o subitem2
>         o subitem3
> o item3
> o item4
> 
> is this possible?
> 
> thankyou
> 
> alan
> 
> ------------------------------------------------------------------
> To unsubscribe from this elist send a message with the single word
> "unsubscribe" in the body to: docbook-request@lists.oasis-open.org

------------------------------------------------------------------
To unsubscribe from this elist send a message with the single word
"unsubscribe" in the body to: docbook-request@lists.oasis-open.org


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