Using your example: import xmltodict with open('artikelen.xml') as fd: doc = xmltodict.parse(fd.read()). If you examine doc , you'll see ...
確定! 回上一頁