xml.dom.minidom - documentElement vs. childNodes

Omer Ahmad ahmado at gmail.com
Mon Aug 30 15:01:52 EDT 2004


Hi there,

This might not directly answer your question, but if you are doing
simple XML documents, check out effbot.org (Frederic Lundt's home
page).  I use his elementtree class which is very very quick and easy.
I was using minidom before but I foudn that it did everything I needed
for simple dom documents.

www.effbot.org

I use the tool for  writting logs.. much better than a text file.
Good Luck,

Omer




More information about the Python-list mailing list