[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [xml-dev] Ambiguous Content Model
- From: Joe English <jenglish@flightlab.com>
- To: xml-dev@lists.xml.org
- Date: Fri, 28 Sep 2001 11:06:23 -0700
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