什么是适用于Python的好的XML流解析器? [英] What is a good XML stream parser for Python?

查看:76
本文介绍了什么是适用于Python的好的XML流解析器?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否有用于Python的XML解析器可以解析文件流?我的XML文件太大,无法容纳在内存中,因此我需要解析流.

Are there any XML parsers for Python that can parse file streams? My XML files are too big to fit in memory, so I need to parse the stream.

理想情况下,我不需要具有安装权限的root用户权限,因此lxml并不是一个很好的选择.

Ideally I wouldn't have to have root access to install things, so lxml is not a very good option.

我一直在使用xml.etree.ElementTree,但是我确信这是坏了.

推荐答案

使用xml.etree.cElementTree.它比xml.etree.ElementTree快得多.他们都没有坏.您的文件已损坏(请参阅我对其他问题的回答).

Use xml.etree.cElementTree. It's much faster than xml.etree.ElementTree. Neither of them are broken. Your files are broken (see my answer to your other question).

这篇关于什么是适用于Python的好的XML流解析器?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆