[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Element Order significance in XML
- From: "Bhatt, Avi" <ABhatt@Eventra.com>
- To: "'xml-dev@lists.xml.org'" <xml-dev@lists.xml.org>
- Date: Thu, 26 Jul 2001 13:12:45 -0400
Based on what I have been reading, the order of elements as specified in the
DTD is guaranteed. Is there a way to overcome this limitation and have a
randomly ordered list instead of a sequenced list. In particular, how can we
specify that ELEMENT BIG can have either 0 or 1 of SMALL1, SMALL2... in any
random order?
<!ELEMENT BIG (SMALL1?,SMALL2?,SMALL3?,SMALL4?,SMALL5?)>
Any help on this appreciated.