minidom
Erik Max Francis
max at alcyone.com
Tue Dec 4 13:44:28 EST 2001
More information about the Python-list mailing list
Tue Dec 4 13:44:28 EST 2001
- Previous message (by thread): Environment variables in Windows 2000
- Next message (by thread): minidom
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Duncan Smith wrote: > OK. I'll give that a go. I was using 'doc = > xml.dom.minidom.parse(f)' and > getting 'None' returned from 'nodeValue'. Cheers. Note that it's the nodeValue of the child of the element with the tag, not the nodeValue of the element. -- Erik Max Francis / max at alcyone.com / http://www.alcyone.com/max/ __ San Jose, CA, US / 37 20 N 121 53 W / ICQ16063900 / &tSftDotIotE / \ Laws are silent in time of war. \__/ Cicero Esperanto reference / http://www.alcyone.com/max/lang/esperanto/ An Esperanto reference for English speakers.
- Previous message (by thread): Environment variables in Windows 2000
- Next message (by thread): minidom
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list