OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: DOCBOOK: <*list> In or After <para>?


Hi!

There seem to be two choices when it comes to <*list> elements
(<itemizedlist>, <orderedlist>, etc.).

My questions:

1. Which of the following two ways is the "right" way to do this?
2. Is it desirable to use <para>s inside <listitem>s or should one try to
use just <listitem>s (without the <para>s inside)?

1. Put it INSIDE a <para>, like this

	<para>
	  This paragraph contains some text
          <itemizedlist>
            <listitem>
              <para>
                First item
              </para>
            </listitem>
            <listitem>
              <para>
                Second item
              </para>
            </listitem>
          <itemizedlist>
        </para>

2. Put it AFTER a <para>, like this

        <para>
          This paragraph contains some text
        </para>
        <itemizedlist>
          <listitem>
            <para>
              First item
            </para>
          </listitem>
          <listitem>
            <para>
              Second item
            </para>
          </listitem>
        <itemizedlist>

Thanks for your help!

Greetings,

	Holger



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC