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: attribute order (RE: Syntax Sugar and XML information models)



"Simon St.Laurent" wrote:
> 
> Is there some kind of processing advantage for _parsers_ (not applications)
> to report attribute values in any sequence other than their original sequence?

If we take the SAX like approach with some minor mods: The callback says
"here is an element and here are a bunch of attributes". It is possible
that the attribute collection gets returned as a HashMap of name/value
pairs (SAX returns effectively an array). If you ask for a list of the
keys in the hashmap it is pretty likely that the list order will not
correspond to the declaration order.

-- 
Justin Couch                         http://www.vlc.com.au/~justin/
Freelance Java Consultant                  http://www.yumetech.com/
Author, Java 3D FAQ Maintainer                  http://www.j3d.org/
-------------------------------------------------------------------
"Humanism is dead. Animals think, feel; so do machines now.
Neither man nor woman is the measure of all things. Every organism
processes data according to its domain, its environment; you, with
all your brains, would be useless in a mouse's universe..."
                                              - Greg Bear, Slant
-------------------------------------------------------------------