Created
October 7, 2013 18:26
-
-
Save josenaves/6872650 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,how did you solve this problem?
Can you provide a solution for me?
Thank you!