At 12:47 02/10/2002, Norman Walsh wrote: >-----BEGIN PGP SIGNED MESSAGE----- >Hash: SHA1 > >/ Bob Stayton <[EMAIL PROTECTED]> 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
