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] | [List Home]


Subject: tagging lists in Indesign?


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>


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