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

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

>> No, it is not.

>Am I right in thinking that the validity of <para></para><summary/>
>is therefore undetermined as the content model itself is not valid?

Yes, that's the right way to think about it, except that the content
model is "in error", not invalid.

-- Richard