17 Nov
2003
17 Nov
'03
9:41 p.m.
I need to be able to examine ( and perhaps modify) an xml file using Python scripts in zope ( 2.6.2).
I am currently examining Zope XML Objects (http://zope.org/Members/haqa/XMLKit) for use -- is this recommended strategy or are their other strategies or products? Hints?
There is, I think, also a ParsedXML document that you might also want to look at. Depending on what you want to do, it may be easier to just use an External Method and the
OK -- I will have a peek -- thanks.
usual Python xml libraries.
What are the "usual" xml libraries and where can find them?