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

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Re: Ordering of child nodes after parsing

[ Lists Home | Date Index | Thread Index ]
  • From: Eric van der Vlist <vdv@dyomedea.com>
  • To: Gareth Harper <Gareth.Harper@sportal.net>
  • Date: Tue, 19 Dec 2000 14:25:39 +0100

> Gareth Harper wrote:
> 
> If, for example I have the following piece of xml
> 
> <parent>
>         <child attribute="blah1"/>
>         <child attribute="blah2"/>
>         <child attribute="blah3"/>
> </parent>
> 
> is it written (in the XML spec) anywhere that the parser must return
> those child nodes in the order that they have been given.  

In the XML 1.0 spec itself, I doubt you will find any statement about
this since this recommendation is mainly about syntax, but in the
infoset [1] it's clearly written that element children are "An ordered
list of child information items, in document order".

You should also find similar statements in the documentation or
specification of the parser you are using...

> I know it
> sounds right that it should, but I need to know if this is in the spec
> (this is for a boolean evaluation system I'm writing in XML / PERL and
> I need to know if for safety's sake I should put some ordering
> information in my children (variables), or if this is built into this
> spec)

I'd say that if you are using a XML parser, you can safely assume that
the elements will be returned in "document order"...

The only exception could be if you were using a higher level tool for a
vocabulary that explicitly states that the element order is not
significant (RDF is such a vocabulary).

Eric van der Vlist

[1] http://www.w3.org/TR/xml-infoset#infoitem.element
-- 
------------------------------------------------------------------------
Eric van der Vlist       Dyomedea                    http://dyomedea.com
http://xmlfr.org         http://4xt.org              http://ducotede.com
------------------------------------------------------------------------




 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS