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: ordered list


user@etechnik.fh-koblenz.de writes:

> Is there a way to get a orderedlist like that:
> 
> (1)    First
> (2)    Second
> (3)    Third
> ...

You mean the markup?

<orderedlist>
  <listitem>First</listitem>
  <listitem>Second</listitem>
  <listitem>Third</listitem>
</orderedlist>


Or the rendering with the parenthesis as above? 
If it's the rendering, you'll have to customize your stylesheets to
add them. 

Take a look at dblists.dsl to see how this is generated.




-- 
Godoy. <godoy@conectiva.com>

Solutions Developer       - Conectiva Inc. - http://www.conectiva.com
Desenvolvedor de Soluções - Conectiva S.A. - http://www.conectiva.com.br

----------------------------------------------------------------
To subscribe or unsubscribe from this elist use the subscription
manager: <http://lists.oasis-open.org/ob/adm.pl>


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