Skip to content

Instantly share code, notes, and snippets.

@Liongold
Last active August 29, 2015 14:11
Show Gist options
  • Save Liongold/4b1a5d4b2dfcf78157fc to your computer and use it in GitHub Desktop.
Save Liongold/4b1a5d4b2dfcf78157fc to your computer and use it in GitHub Desktop.
A sample xml file used during the implementation of the Export as ENEX file feature in Paperwork
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE en-export SYSTEM "http://xml.evernote.com/pub/evernote-export3.dtd">
<en-export export-date="20141222T124131Z">
<note>
<title>Testing</title><content><![CDATA[<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE en-note SYSTEM "http://xml.evernote.com/pub/enml2.dtd">
<en-note>
<h1>Testing</h1>
<p>This is some text. Right from Paperwork.&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<en-media type="text/plain" hash="1ced3553cf4eaa88d87f783c1f43cf56" />
</en-note>
]]>
</content>
<created>20141211T192702Z</created>
<updated>20141219T191041Z</updated>
<tag>hello</tag>
<tag>helloworld</tag>
<note-attributes>
<author>author</author>
</note-attributes>
<resource>
<data enconding="base64">77u/VGVzdA==</data></resource>
</note><note>
<title>Testing yet again</title><content><![CDATA[<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE en-note SYSTEM "http://xml.evernote.com/pub/enml2.dtd">
<en-note>
<h1>Testing yet again</h1>
<p>Testing another note.&nbsp;</p>
</en-note>
]]>
</content>
<created>20141217T194404Z</created>
<updated>20141217T194429Z</updated>
<note-attributes>
<author>author</author>
</note-attributes>
</note></en-export>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment