[Home] [By Thread] [By Date] [Recent Entries]

  • From: Rick Jelliffe <ricko@a...>
  • To: xml-dev@l...
  • Date: Sat, 29 Sep 2001 03:37:56 +1000

 From: <mrossi@c...>
 
> 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


Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member