Re: get textual content of a Xml element using 4DOM

uche.ogbuji_at_gmail.com
Date: 03/04/05


Date: 4 Mar 2005 09:23:07 -0800

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.

[1] http://www.doxdesk.com/software/py/pxdom.html

--Uche