what is correct for a bullet/numbered list in docbook v5?

this?:
   <itemizedlist>
     <listitem><para>
text item here
     </para></listitem>
     <listitem><para>
text item here
     </para></listitem>
      </itemizedlist>


replace itemizedlist with orderedlist for numbered list, correct?

How do you tag the text in Indesign that uses one stylesheet for the list with auto numbers and bullets?

I have seen examples of what the structure pane should look like but am confused how to tag the text in Indesign to get it. Do you drag over the whole list and tag itemizedlist and then select each item and tag it listitem?



or this?:


 <itemizedlist>
       <listitem>
          <to>item</to>
       </listitem>
       <listitem>
          <to>item</to>
       </listitem>
    </itemizedlist>

Reply via email to