XML parsing in python: expaterror not well-formed
The & is a special character in XML, used for character entities. If your XML has & sitting there by itself, not as part of an entity like &
or ѐ
or the like, then the XML is invalid.
The & is a special character in XML, used for character entities. If your XML has & sitting there by itself, not as part of an entity like &
or ѐ
or the like, then the XML is invalid.