XML question
So, to get the basics out of the way, I hate XML. I'm forced to deal with it for a hack I'm fiddling with right now, though. And having poked this with a stick for the last week, I've finally found the problem: I am sending data formatted as <foo><bar 1><bar 2><bar 3></foo> and the client wants <foo><bar 2><bar 1><bar 3></foo>, i.e. the order of the contained elements turns out to be important. Now, as far as I can tell, the contained elements are not order-dependant; they're essentially attributes of the container (foo) which can logically interact with each other unambiguously regardless of order (one's a default setting, one's a current setting, and one's a timeout value). While I'm happy to cast asparagus on Microsoft for this (for theirs is the client) I'm curious as to whether this is common behaviour or just short-sighted programming?
no subject
(Anonymous) 2005-10-09 03:26 pm (UTC)(link)But I'm slouching towards Python anyway. tagsfrom10k was a mostly painless coding experience. Although there are some issues with internationalization that I don't get.
no subject