我发现cElementTree快了大约30倍xml.dom.minidom,我正在重写我的XML编码/解码代码.但是,我需要输出包含CDATA部分的XML,并且似乎没有办法使用ElementTree.
xml.dom.minidom
可以吗?
python xml
python ×1
xml ×1