Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is this "PCDATA invalid Char value 11" error? [duplicate]

I have to use a XML file but I don't get all the items because of this error which is displayed in my navigator, before the content of the file. The exact error is :

This page contains the following errors:

error on line 4099 at column 10: PCDATA invalid Char value 11 Below is a rendering of the page up to the first error.

What should I do ? Thanks for your advices.

like image 519
Rob Avatar asked May 27 '12 23:05

Rob


1 Answers

Not sure if this will help at all, but if this error is related to Evernote then you can try this.

You can find the 'raw' Evernote content here on OSX:

/Users/{your_user_name}/Library/Application Support/Evernote/accounts/{your_evernote_account_name}/content/

In that folder there will be lots of folders named p1, p2 etc.. Each folder is its own note, you can scan through the folders looking at the card.png image to see which note that folder corresponds to.

You can then edit the content.enml to try fix the issue. Some info on the enml format is here: http://dev.evernote.com/doc/articles/enml.php

like image 64
k0nG Avatar answered Oct 03 '22 00:10

k0nG