class Evertils::Helper::DTD

gross hack to get around nokogiri failing to parse the DTD

Public Instance Methods

to_s() click to toggle source
# File lib/evertils/helpers/api-enml-handler.rb, line 86
def to_s
  return "<!DOCTYPE en-note SYSTEM \"http://xml.evernote.com/pub/enml2.dtd\">\n"
end