[XML-SIG] problem in ElementTree SubElement

Fredrik Lundh fredrik at pythonware.com
Wed Feb 8 09:09:47 CET 2006


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>





More information about the XML-SIG mailing list