[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [xml-dev] DTD ( From Eliotte Rust Harold's Book)
- From: Rob Lugt <roblugt@elcel.com>
- To: Martin Gudgin <marting@develop.com>, xml-dev <xml-dev@lists.xml.org>
- Date: Thu, 27 Sep 2001 11:16:55 +0100
From: "Martin Gudgin" <marting@develop.com>
> 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/