Re: Work with xmlparse and dict_list

"Diez B. Roggisch" <[email protected]> Tue, 2 Feb 2010 16:39:41 +0100
Newsgroups gmane.comp.cms.zms.devel
Message-ID <[email protected]>
On Tuesday 02 February 2010 11:12:17 Sebastian Tänzer wrote:
> Hello Diez & Mr. Hoffmann,
>
> thanks for your input. I always prefer using built-in functions. I know of
> these products & extensions. Before going with one of these I always try to
> use ZMS's default functions.

You can try & use the built-in ElementTree, if your python is recent enough 
(2.5)

>
> Using external methods or additional products makes maintenance quite hard,
> esp. if you're not root at your clients server (thankfully this is
> currently not the case with any of our clients) and it's so much easier to
> just export a package in ZMS and install at another ZMS setup.
>
> Sometimes I with ZOPE wasn't THAT restrictive when it comes to python
> functions & libs....

I wish that all the time :)

Diez