lonekorean / wordpress-export-to-markdown

Converts a WordPress export XML file into Markdown files.
MIT License
1.09k stars 222 forks source link

getting error #1

Closed GerhardMes closed 5 years ago

GerhardMes commented 5 years ago

hello, just tried your script, but I am getting an error message.

Unable to parse file content.
Error: Invalid character in entity name
Line: 17357
Column: 8 ...

But when going there the code says: <....

any idea, what whent wrong. Already installed the script again just to be up to date. Using node 11 - maybe this is the reason.

Cheers Gerhard

lonekorean commented 5 years ago

Hi Gerhard. It appears that your export file may have malformed XML. Maybe you can run it through a validator to double check? https://www.xmlvalidation.com/ is one.

I just tested mine on node 11.4, worked fine.

lonekorean commented 5 years ago

Closing due to inactivity.