Dmitry Dembinsky wrote:
> I am using XMLeditor 4.2.0, the document I am working on is DocBook v5 book.
> Recently I needed to set starting number of ordered list.
> 
> I tried two options:
> - setting 'startingnumber' attribute of <orderedlist> element
> - setting 'override' attribute of <listitem> element
> 
> None of them worked - the list was always displayed starting from 1.
> 
> I tried to modify other attributes affecting ordered list presentation
> (such as 'numeration') and it worked fine.
> 
> Am I doing something wrong or this is a bug?

This looks like a bug, but it is more a limitation: the DocBook CSS does
not support the 'startingnumber' attribute of <orderedlist> element, nor
the 'override' attribute of <listitem> element.

However, we support (to a certain extent) the
'continuation'="continues"|"restarts" attribute of <orderedlist>
element. So may be this can solve your problem.

Note that the fact that you don't see the correct numbering on screen
does not mean that it will not work when you'll convert your document to
HTML or PDF.



Reply via email to