OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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@allette.com.au
___________________________________________________________________
Allette Systems (Australia)      www:    http://www.allette.com.au
___________________________________________________________________
"Everything should be made as simple as possible, but not simpler."
       - Einstein