Skip to content

Instantly share code, notes, and snippets.

@dehowell
Last active March 15, 2024 22:38
Show Gist options
  • Save dehowell/57715a7758e98bb76f1ddc2f0ac7fc2e to your computer and use it in GitHub Desktop.
Save dehowell/57715a7758e98bb76f1ddc2f0ac7fc2e to your computer and use it in GitHub Desktop.
Example ENEX file
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE en-export SYSTEM "http://xml.evernote.com/pub/evernote-export3.dtd">
<en-export export-date="20180618T160801Z" application="Evernote" version="Evernote Mac 7.1.1 (456642)">
<note><title>Example Note</title><content><![CDATA[<!DOCTYPE en-note SYSTEM "http://xml.evernote.com/pub/enml2.dtd"><en-note><div>Hi Tiago!</div></en-note>]]></content><created>20180618T160708Z</created><updated>20180618T160751Z</updated><note-attributes><author>David Howell</author><source>desktop.mac</source><reminder-order>0</reminder-order></note-attributes></note>
</en-export>
<!DOCTYPE en-note SYSTEM "http://xml.evernote.com/pub/enml2.dtd"><en-note><div>Hi Tiago!</div></en-note>
@dehowell
Copy link
Author

I extracted the example.enml file here from the CDATA block of the <content> tag in example.enex.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment