Using ParsedXML from Python script
9 Feb
2006
9 Feb
'06
2:47 p.m.
I am attempting to extract information from a ParsedXML object using Python script. I can't seem to get my mind around exactly how this works. Can anyone point non trivial examples in Python of maniupulating a ParsedXML object?
13 Feb
13 Feb
7:13 p.m.
New subject: [Zope] Using ParsedXML from Python script
Hi Brian, Brian Sullivan wrote:
I am attempting to extract information from a ParsedXML object using Python script.
AFAIR, ParsedXML just uses DOM as its standard, in which case any good DOM reference should give you the primitives you need. A good one lives somewhere on http://www.zvon.org cheers, Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
7356
Age (days ago)
7360
Last active (days ago)
1 comments
2 participants
participants (2)
-
Brian Sullivan -
Chris Withers