[XML-SIG] DocumentFragment bug in minidom

Rich Salz rsalz@zolera.com
Sat, 07 Jul 2001 14:18:32 -0400


> +            # Make a copy of childNodes as appendChild() will change it.
> +            children = [ c for c in node.childNodes ]
> +            for c in children:

Probably better to write it this way -- more clear, works in 1.5:
		for c in node.childNodes[:]:

	/r$
-- 
Zolera Systems, Securing web services (XML, SOAP, Signatures,
Encryption)
http://www.zolera.com