singanamala / google-blog-converters-appengine

Automatically exported from code.google.com/p/google-blog-converters-appengine
Apache License 2.0
0 stars 0 forks source link

xml.sax._exceptions.SAXParseException: <unknown>:6251:323: not well-formed (invalid token) #26

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Export XML from wordpress.com
2. run wordpress2blogger.sh
3.

What is the expected output? What do you see instead? Expected a converted
file for blogger. Instead had the application crash

What version of the product are you using? On what operating system?
Running latest version (downloaded as
google-blog-converters-1.0-r64.tar.gz) under ubuntu 9.04 with python
version 2.6.2c1

Please provide any additional information below.
I exported from wordpress.com to local XML file. Downloaded the latest
version of google-blog-converters-appengine and ran the python script from
command line

Original issue reported on code.google.com by paul.swa...@gmail.com on 12 Apr 2009 at 6:32

GoogleCodeExporter commented 8 years ago
This error indicates that the WordPress export file is not valid XML.  This 
sometimes
happens with WordPress exports, especially those that modify the postmetadata 
XML
element.  Please try to run the WordPress export file through an XML validator 
prior
to running it through the conversion script.

Also, you can check the error on line 6251 character 323 of the WordPress 
export file.

If you have any other problems, or have questions on how to do a validation, 
please
let me know.

Original comment by jlu...@gmail.com on 22 May 2009 at 1:30