[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Elements order:

  • From: Marcus Carr <mrc@a...>
  • To: Nicolas LEHUEN <nicolas.lehuen@u...>
  • Date: Fri, 24 Aug 2001 12:27:56 +1000

hashtable order

Nicolas LEHUEN wrote:

> What if we add an <age> element now ? Then a <gender> element ? The content
> model will explode...
>
> The problem is that when serializing certain data structure, it is not
> always easy to guarantee a particular element order.
>
> For example, if you serialize an hashtable by iterating over its cells, you
> can't predict the key ordering because it depends on the hash code
> algorithm, the size of the hashing array, etc.

There are three scenarios that account for a very high percentage of
circumstances - you generally have a degree of certainty about:

  a)  the existence of the elements but not the order - a content model of
      (age | gender | name | surname)+
      would be sufficient.

  b)  the order of the elements but not the existence - a content model of
      (age?, gender?, name?, surname?)
      works fine.

  c)  neither the order nor the existence - I'd be loathe to spend too much
modeling this carefully. Time might be better spent analysing the data and
trying to determine what the baseline is. This might involve a process that
introduces order to the elements anyway.

> This is all the more annoying that for structured data, it does not matter
> that the <name> element precedes the <surname> or not.

Agreed, and I acknowledge that the approaches above aren't ideal - I'm just not
certain that this situation manifests as A Big Problem very often.


--
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



PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.