Re: [xml-dev] specialized list construct. suggestions?

From
Frank <>
To
Bob DuCharme <>
Date
2003-04-17T02:05:16Z
ID
<1050545147.6661.1.camel@frank>
Thread
Re: [xml-dev] specialized list construct. suggestions?
On Wed, 2003-04-16 at 18:13, Bob DuCharme wrote:
> DocBook offers seven kinds of lists, but none that quite fit this bill: 
> I'm looking for a list with a content model that is a rough equivalent 
> to a <em><li/></em> followed by li+. That is, a list where a processing 
> application is to assume that the first list item is something to be set 
> apart from the others through whatever capabilities a given platform 
> offers. Has anyone ever heard of such an animal in any DTD or schema 
> that might serve as a model for me?
> 
It seems too simple to be the answer, but I've used

<!ELEMENT list (listhead?, li+)>

many times.