- From: Giuseppe Sarno <gsarno@n...>
- To: 'Marcus Carr' <mrc@a...>
- Date: Thu, 23 Aug 2001 11:07:01 +0100
Title: RE: Elements order:
Thanks for the answer,
but what if we have a lot of element 30 for example
whose order doesn't matter ?
cheers.
-----Original Message-----
From: Marcus Carr [mailto:mrc@a...]
Sent: 23 August 2001 10:31
To: Sarno, Giuseppe [MAIFP:GM12:EXCH]
Cc: 'xml-dev@l...'
Subject: Re: Elements order:
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@a...
___________________________________________________________________
Allette Systems (Australia) www: http://www.allette.com.au
___________________________________________________________________
"Everything should be made as simple as possible, but not simpler."
- Einstein
|