Skip to content

Instantly share code, notes, and snippets.

@semanticart
Created February 17, 2009 16:48
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 semanticart/65827 to your computer and use it in GitHub Desktop.
Save semanticart/65827 to your computer and use it in GitHub Desktop.
module Feedzirra
class AtomFeedBurnerEntry
include SAXMachine
include FeedEntryUtilities
element :title
element :name, :as => :author
element :"feedburner:origLink", :as => :url
element :summary
element :content
element :published
elements :category, :as => :categories, :value => :term
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment