[XML-SIG] Differences between 4DOM and cDomlette

Rich Salz rsalz@zolera.com
Tue, 04 Dec 2001 22:41:39 -0500


For speed reasons, I'm looking at using cDomlette.  So far, the only
difference I've noticed is cDomlette stores attributes as a dictionary,
while 4DOM (pyxml dom) stores them as a list of attribute nodes.  So I
ahve to do
	if using_domlette:
		attrs = lambda E: E.attributes.values()
	else:
		attrs = lambda E: E.attributes

Any other things I need to be aware of?  Is childNodes handled the same
way?
	/r$

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