Skip to content

Instantly share code, notes, and snippets.

@pauldix
Created January 22, 2009 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pauldix/50549 to your computer and use it in GitHub Desktop.
Save pauldix/50549 to your computer and use it in GitHub Desktop.
class Entry
include SAXMachine
element :title
element :name, :as => :author
element :body
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment