OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [xml-dev] Ambiguous Content Model




Michael A. Rossi wrote:

> Can anyone tell me if there's an unambiguous (deterministic) content model
> equivalent to the following:
>
>      <!ELEMENT test (A | (A?, (B, C)+))>
>

	<!ELEMENT test ((A, (B, C)*) | (B, C)+) >

is 1-unambiguous and equivalent to the above.


--Joe English

  jenglish@flightlab.com