<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div><span>random832 is right, XML elements are ordered.</span></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new roman', 'new york', times, serif; background-color: transparent; font-style: normal; "><span><br></span></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new roman', 'new york', times, serif; background-color: transparent; font-style: normal; "><span>But this is a tangent. </span><span style="background-color: transparent; ">HTML attributes, JSON objects, and plenty of other types are _not_ ordered. So, even if your example is bad, you can trivially sub it into an equivalent example that's good.</span></div><div><br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; margin-top: 5px; padding-left: 5px;">  <div style="font-family:
 'times new roman', 'new york', times, serif; font-size: 12pt; "> <div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; "> <div dir="ltr"> <hr size="1">  <font size="2" face="Arial"> <b><span style="font-weight:bold;">From:</span></b> Don Spaulding <donspauldingii@gmail.com><br> <b><span style="font-weight: bold;">To:</span></b> random832@fastmail.us <br><b><span style="font-weight: bold;">Cc:</span></b> python-ideas <python-ideas@python.org> <br> <b><span style="font-weight: bold;">Sent:</span></b> Wednesday, May 15, 2013 1:36 PM<br> <b><span style="font-weight: bold;">Subject:</span></b> Re: [Python-ideas] Let's be more orderly!<br> </font> </div> <div class="y_msg_container"><br>
<meta http-equiv="x-dns-prefetch-control" content="off"><div id="yiv316652477"><div dir="ltr"><br><div class="yiv316652477gmail_extra"><br><br><div class="yiv316652477gmail_quote">On Wed, May 15, 2013 at 3:01 PM,  <span dir="ltr"><<a rel="nofollow" ymailto="mailto:random832@fastmail.us" target="_blank" href="mailto:random832@fastmail.us">random832@fastmail.us</a>></span> wrote:<br>
<blockquote class="yiv316652477gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex;">Hang on, what?<br>
<br>
Now, maybe that's true of your _particular_ XML spec. And this certainly<br>
seems symptomatic of a larger problem (e.g. firing off an event as soon<br>
as the action tag closes, rather than parsing the whole document). But<br>
XML elements are _not_ unordered.<br></blockquote><div><br></div><div>Hmm, when I ran across this particular problem, I recall seeing somewhere that the preservation of element order in the spec is undefined.  And indeed it appears that while attributes are called explicitly as not having significant order, the spec doesn't actually weigh in on element order one way or another.  However, regardless of what's in the spec, it would seem that everyone just assumes element order to be significant anyway, so it doesn't really matter.<br>
<br>http://lists.xml.org/archives/xml-dev/200101/msg00841.html<br><br></div><blockquote class="yiv316652477gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex;">

<div class="yiv316652477im"><br>
On Wed, May 15, 2013, at 15:35, Don Spaulding wrote:<br>
> Twice<br>
> now I've encountered poorly-written web services that have choked on<br>
> something like:<br>
><br>
> <request><br>
>   <action>modifyStuff</action><br>
>   <user>user_123456</user><br>
> </request><br>
><br>
>  ...with an error to the effect of "Cannot modifyStuff without specifying<br>
> user credentials".  So someone else has built a system around an XML<br>
> parser<br>
> that doesn't know that sibling elements aren't guaranteed to appear in<br>
> any<br>
> particular order.<br>
<br>
</div>--<br>
Random832<br>
(top-posted because my reply and your message aren't guaranteed to<br>
appear in any particular order.)<br></blockquote><div> </div><div style="margin-left:40px;">>>> OrderedDict(I='see', what='you', did='there')<br>OrderedDict([('did', 'there'), ('I', 'see'), ('what', 'you')])</div>
</div></div></div>
</div><meta http-equiv="x-dns-prefetch-control" content="on"><br>_______________________________________________<br>Python-ideas mailing list<br><a ymailto="mailto:Python-ideas@python.org" href="mailto:Python-ideas@python.org">Python-ideas@python.org</a><br><a href="http://mail.python.org/mailman/listinfo/python-ideas" target="_blank">http://mail.python.org/mailman/listinfo/python-ideas</a><br><br><br></div> </div> </div> </blockquote></div>   </div></body></html>