From: <mrossi@csc.com> > Can anyone tell me if there's an unambiguous (deterministic) content model > equivalent to the following: > > <!ELEMENT test (A | (A?, (B, C)+))> perhaps this? <!ELEMENT test ( (A, (B, C)*) | (B, C)+) > Cheers Rick Jelliffe