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

  • From: Rob Lugt <roblugt@e...>
  • To: Martin Gudgin <marting@d...>, xml-dev <xml-dev@l...>
  • Date: Thu, 27 Sep 2001 11:16:55 +0100

From: "Martin Gudgin" <marting@d...>

> You could also do this
>
>     <!ELEMENT DIVISION (TEAM,TEAM,TEAM,TEAM,TEAM?,TEAM?) >
>

Not if your processor correctly disallows non-deterministic content models.
However, the same expression can be written deterministically like this:-

<!ELEMENT DIVISION (TEAM,TEAM,TEAM,TEAM,(TEAM,TEAM?)?) >

Regards
~Rob

--
Rob Lugt
ElCel Technology
http://www.elcel.com/




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