Re: Elements order:
by Marcus Carr other posts by this author
Aug 23 2001 9:30AM messages near this date
Elements order:
|
RE: Transactional Web Services ? (was: a very long subject with w eird
spaces inside)
Giuseppe Sarno wrote:
> I was wondering if it was possible to have the elements in a XML
> document
> to be inserted in a various order and which is the relative rule in
> the DTD.
>
> the rule <!ELEMENT data (name,surname)>
<!ELEMENT data ((name,surname) | (surname, name))>
The bigger question is, why does it matter?
--
Regards,
Marcus Carr email: mrc@[...].au
___________________________________________________________________
Allette Systems (Australia) www: http://www.allette.com.au
___________________________________________________________________
"Everything should be made as simple as possible, but not simpler."
- Einstein
-----------------------------------------------------------------
The xml-dev list is sponsored by XML.org <http://www.xml.org> , an
initiative of OASIS <http://www.oasis-open.org>
The list archives are at http://lists.xml.org/archives/xml-dev/
To subscribe or unsubscribe from this elist use the subscription
manager: <http://lists.xml.org/ob/adm.pl>
Thread:
Giuseppe Sarno
Marcus Carr
|