[
Lists Home |
Date Index |
Thread Index
]
- From: "Richard L. Goerwitz" <richard@goon.stg.brown.edu>
- To: xml-dev@ic.ac.uk
- Date: Fri, 26 Mar 1999 12:53:32 -0500
Leigh Dodds wrote:
> Isn't this an unordered list of elements?
>
> <!ELEMENT BAG (A?,B?,C?,D?)*>
> <!ELEMENT BAG (A?,B?,C?,D?)+>
These are equivalent (although the bottom one might be considered
'ambiguous' in SGML terms). I suspect you'll convey your inten-
tions a lot better if you use:
> <!ELEMENT BAG (A | B | C | D)*>
--
Richard Goerwitz
PGP key fingerprint: C1 3E F4 23 7C 33 51 8D 3B 88 53 57 56 0D 38 A0
For more info (mail, phone, fax no.): finger richard@goon.stg.brown.edu
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|