i have the following function, which doe a basic job of mapping an lxml object to a dictionary... from lxml import etree tree = etree.parse('file.xml') root ...
確定! 回上一頁