scronide / scuttle

Web-based social bookmarking system. Allows multiple users to store, share and tag their favourite links online.
http://scuttle.org/
GNU General Public License v2.0
199 stars 85 forks source link

Error when uploading Delicious bookmarks file #9

Closed anthonyalvarez closed 7 years ago

anthonyalvarez commented 9 years ago

Error message from /scuttle/import.php/ when importing a 600kb bookmarks file from Delicious

XML error: not well-formed (invalid token) at line 39

Love this project. It is a very useful piece of software. Any clues appreciated.

Thank you.

scronide commented 9 years ago

Open up bookmark file and confirm that it's XML. If it's an HTML definition list, you'll need to use the importNetscape.php script instead.

If it is XML, try opening the bookmarks file directly in a browser (e.g. Chrome) to see if it reports any syntax errors. You can also check it for errors through the W3C validator.