[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Elements order:
- From: Marcus Carr <mrc@allette.com.au>
- To: Giuseppe Sarno <gsarno@nortelnetworks.com>
- Date: Thu, 23 Aug 2001 19:30:52 +1000
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@allette.com.au
___________________________________________________________________
Allette Systems (Australia) www: http://www.allette.com.au
___________________________________________________________________
"Everything should be made as simple as possible, but not simpler."
- Einstein