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]
Other format: [Raw text]

Re: Re: number continuation with orderedlist


At 12:47 02/10/2002, Norman Walsh wrote:
>-----BEGIN PGP SIGNED MESSAGE-----
>Hash: SHA1
>
>/ Bob Stayton <bobs@caldera.com> was heard to say:
>| I noticed you also tried to use the inheritnum="inherit" attribute
>| for any interior nested orderedlists.
>| That also does not appear to be implemented in the XSL
>| stylesheets.  That would be another feature request if
>| you want that to actually work.
>
>I'm also fixing that for the FO case. I don't think HTML supports inherited
>numerations on OLs.


<ol>
<li>Item 1</li>
<li>Item 2</li>

<p>Some para within original lsit</p>

<li>Item 3</li>
</ol>
<ol start="4">
<li>Item 1, second list.</li>

</ol>

Sort of, you need to give it the start number?

HTH DaveP



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