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: What are the semantics of list number continuation?


/ "Peter B. West" <pbwest@netscape.net> was heard to say:
| Does the "not an ancestor" mean that I can't do this:

Depends what you want. Are you suggesting that this should produce:

| 
| <orderedlist id="list1">
1|   <listitem>...</listitem>
2|   <listitem>...</listitem>
3|   <listitem>...</listitem>
4|   <listitem>...</listitem>
5|   <listitem>
|     <para>
|       Some comments
|       <orderedlist id="list2" continuation="continues">
6|         <listitem>...</listitem>
7|         <listitem>...</listitem>
|       </orderedlist>
|     </para>
|   </listitem>
6|   <listitem>...</listitem>
| </orderedlist>

That would seem, um, odd.

                                        Cheers,
                                          norm

-- 
Norman Walsh <ndw@nwalsh.com>      | Every new beginning comes from
http://www.oasis-open.org/docbook/ | some other beginning's end.
Member, DocBook Editorial Board    | 


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