get textual content of a Xml element using 4DOM

uche.ogbuji at gmail.com uche.ogbuji at gmail.com
Fri Mar 4 12:22:40 EST 2005


I suggest using minidom or pxdom [1] rather than 4DOM.  If you insist
on using 4DOM, xml.dom.ext.Print(node) or xml.dom.ext.PrettyPrint(node)
does what you want.

--Uche




More information about the Python-list mailing list