Skip to content

Instantly share code, notes, and snippets.

@josenaves
Created October 7, 2013 18:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save josenaves/6872650 to your computer and use it in GitHub Desktop.
Save josenaves/6872650 to your computer and use it in GitHub Desktop.
jnaves@skynet:~/Apps/exitwp$ python exitwp.py
reading: wordpress-xml/worpress.xml
Traceback (most recent call last):
File "exitwp.py", line 361, in <module>
data = parse_wp_xml(wpe)
File "exitwp.py", line 82, in parse_wp_xml
root = tree.parse(file, parser)
File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 656, in parse
parser.feed(data)
File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1643, in feed
self._raiseerror(v)
File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1507, in _raiseerror
raise err
xml.etree.ElementTree.ParseError: not well-formed (invalid token): line 1088, column 0
@cxyxlxdm
Copy link

Hi,how did you solve this problem?
Can you provide a solution for me?
Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment