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:



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@allette.com.au]
Sent: 23 August 2001 10:31
To: Sarno, Giuseppe [MAIFP:GM12:EXCH]
Cc: 'xml-dev@lists.xml.org'
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@allette.com.au
___________________________________________________________________
Allette Systems (Australia)      www:    http://www.allette.com.au
___________________________________________________________________
"Everything should be made as simple as possible, but not simpler."
       - Einstein