I have following xml:
<Earth>
<country name="Česká republika" population="8900000">
<capital>Praha1</capital>
</country>
</Earth>
But when I try to parse it fails with error:
xml.etree.ElementTree.ParseError: not well-formed (invalid token): line 2, column 20
my code:
tree=etree.parse(input) # input -> file.xml