Re: [xml-dev] stupid deterministic content model question

From
David Tolpin <>
To
Date
2003-10-04T06:21:45Z
ID
<>
Thread
Re: [xml-dev] stupid deterministic content model question
> I'm having a blackout. Is (para+|(para*, summary)) deterministic?

No, it is not.

> What I want is at least one element, at most one summary, and if a
> summary appears, it should be the last element.

(para*,(para|summary))

David Tolpin
http://davidashen.net/