Dan Gunter wrote:

> Right, in general XML processors don't care about attribute order (I
> don't know much about canonicalization but that does sound like the
> obvious exception).

http://www.w3.org/TR/xml-c14n says to sort lexicographically on
(namespace uri, local tag).

(which, of course, is exactly what ET's default writer does)

</F>



_______________________________________________
XML-SIG maillist  -  XML-SIG@python.org
http://mail.python.org/mailman/listinfo/xml-sig

Reply via email to