Traceback (most recent call last):
File "export.py", line 50, in <module>
xml_doc = minidom.parse(source_file)
File "/Users/cjeller/miniconda3/lib/python3.7/xml/dom/minidom.py", line 1958, in parse
return expatbuilder.parse(file)
File "/Users/cjeller/miniconda3/lib/python3.7/xml/dom/expatbuilder.py", line 911, in parse
result = builder.parseFile(fp)
File "/Users/cjeller/miniconda3/lib/python3.7/xml/dom/expatbuilder.py", line 207, in parseFile
parser.Parse(buffer, 0)
xml.parsers.expat.ExpatError: not well-formed (invalid token): line 92, column 184
This is how I ran the program in the cmd line:
Below is the Traceback I got:
Could it be something with the XML file?