Another recipe to convert xml file into a python dictionary. ... from lxml import etree def dictlist(node): res = {} res[node.tag] ...
確定! 回上一頁