Re: Work with xmlparse and dict_list
Sebastian Tänzer <[email protected]> Tue, 2 Feb 2010 11:12:17 +0100
| Newsgroups | gmane.comp.cms.zms.devel |
|---|---|
| Message-ID | <[email protected]> |
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. 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.... Sincerely, Sebastian - tänzermedien e.K. - Agentur für Online-Medien E-Mail: [email protected] Web: http://www.taenzer.me Tel.: 0228-304134-0 Fax.: 0228-304134-99 Kekuléstr. 39, 53115 Bonn, Germany Am 02.02.2010 um 11:06 schrieb Diez B. Roggisch: >> does anyone of you know of a faster and more convient way to retrieve data >> from a large XML file: > > I'd go for lxml these days. > > Diez