I am reading an xml file using Python. But my xml file contains & characters, because of which while running my Python code, it gives the following error:
xml.parsers.expat.ExpatError: not well-formed (invalid token):
Is there a way to ignore the & check by python?