A.
Evernote Markup Language (ENML)
The contents of Notes within the Evernote
service must strictly comply with the XML definition found within
the ENML DTD. The reference version of this DTD is located at:
http://xml.evernote.com/pub/enml.dtd
The service will validate the Note content
against this DTD before accepting any call to
NoteStore.createNote() or NoteStore.updateNote().
ENML was designed to provide a secure and
portable document representation that could be consistently
rendered on various clients and platforms. ENML is largely based
on a subset of XHTML Transitional 1.0 from the W3C, with a few
additional elements added to support Evernote-specific concepts
(e.g. encryption, embedded Resources, etc.).
Before submitting HTML content over the
EDAM API the client application is expected to follow the following
steps:




