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?
Brian Sullivan wrote:
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 usual Python xml libraries. --jcc -- "My point and period will be throughly wrought, Or well or ill, as this day's battle's fought."
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?
Brian Sullivan wrote:
usual Python xml libraries.
What are the "usual" xml libraries and where can find them?
http://python.org/doc/current/lib/markup.html --jcc -- "My point and period will be throughly wrought, Or well or ill, as this day's battle's fought."
Have a look at http://zopexmlmethods.sourceforge.net/ it is your best friend for xml processing within zope. __peppo
-----Original Message----- From: zope-bounces@zope.org [mailto:zope-bounces@zope.org]On Behalf Of Brian Sullivan Sent: lunedi 17 novembre 2003 18.04 To: zope@zope.org Subject: [Zope] XML processing
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?
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
participants (3)
-
Brian Sullivan -
Giuseppe Bonelli -
J. Cameron Cooper