Last active
March 15, 2024 22:38
-
-
Save dehowell/57715a7758e98bb76f1ddc2f0ac7fc2e to your computer and use it in GitHub Desktop.
Example ENEX file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE en-note SYSTEM "http://xml.evernote.com/pub/enml2.dtd"><en-note><div>Hi Tiago!</div></en-note> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I extracted the
example.enml
file here from the CDATA block of the<content>
tag inexample.enex
.