Tips

Python & XML

Verwendet wird lxml

import lxml.etree
from lxml.etree import Element
from etree.fromstring(xml-string)
from etree.parse(file)