Re: get textual content of a Xml element using 4DOM
uche.ogbuji_at_gmail.com
Date: 03/04/05
- Next message: uche.ogbuji_at_gmail.com: "Re: best XSLT processor?"
- Previous message: uche.ogbuji_at_gmail.com: "Re: get textual content of a Xml element using 4DOM"
- In reply to: frankabel: "get textual content of a Xml element using 4DOM"
- Next in thread: Frank Abel Cancio Bello: "Re: get textual content of a Xml element using 4DOM"
- Reply: Frank Abel Cancio Bello: "Re: get textual content of a Xml element using 4DOM"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: uche.ogbuji_at_gmail.com: "Re: best XSLT processor?"
- Previous message: uche.ogbuji_at_gmail.com: "Re: get textual content of a Xml element using 4DOM"
- In reply to: frankabel: "get textual content of a Xml element using 4DOM"
- Next in thread: Frank Abel Cancio Bello: "Re: get textual content of a Xml element using 4DOM"
- Reply: Frank Abel Cancio Bello: "Re: get textual content of a Xml element using 4DOM"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]