0
我有大意如下XML特定的元素:解析的XML使用Python/ET
<?xml version="xxx"?>
<doc:document xmlns:doc="some value 1...">
<rdf:RDF xmlns:rdf="some value 2...">
<rdf:Description rdf:about="some value...">
<dct:format xmlns:dct="http://someurl/">some value 3</dct:format>
<dct:title xmlns:dct="http://someurl/">some text of interest to me</dct:title>
</rdf:Description>
</rdf:RDF>
</doc:document>
我如何得到「一些感興趣的文字給我」使用Python/ETree?
在此先感謝您的幫助!
非常感謝您的幫助。 – user7289 2013-03-13 15:59:48
順便說一下,這個方法在導入cElementTree時不起作用;只有ElementTree – user7289 2013-03-19 15:53:12