RE: OL numbering

Terry Allen <terry@ora.com>
Message-id: <199308022116.AA17252@ora.com>
From: Terry Allen <terry@ora.com>
Date: Mon, 2 Aug 1993 14:16:16 PDT
X-Mailer: Mail User's Shell (7.2.0 10/31/90)
To: www-talk@nxoc01.cern.ch
Subject: RE: OL numbering
Status: RO
Here's how we did it in the Docbook DTD:

<!ELEMENT OrderedList   - -  (ListItem+)>
        <!ATTLIST  OrderedList
                %commonatts;
                Numeration      (Arabic | Upperalpha | Loweralpha
                                | Upperroman | Lowerroman) Arabic
                InheritNum  (Inherit | Ignore)  Ignore
                Continuation  (Yes | No)  No >

Numeration is what Nathan is looking for; InheritNum indicates that 
the previous level of numbering should continue for a nested list
(that is, 1.A for the first item of a list nested at second level,
instead of just A); Continuation means to pick up the sequence of
the last closed ordered list (one list has four items, then you
break for some paras, then start another list at number 5 instead
of number 1).

-- 
Terry Allen  (terry@ora.com)
Editor, Digital Media Group
O'Reilly & Associates, Inc.
Sebastopol, Calif., 95472