Skip to content

Instantly share code, notes, and snippets.

@Raynes
Created December 16, 2011 04:00
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 Raynes/1484404 to your computer and use it in GitHub Desktop.
Save Raynes/1484404 to your computer and use it in GitHub Desktop.
foreclojure.feeds> (create-feed "foo" "bar" "baz" "quux" [:x "y"])
"<?xml version=\"1.0\" encoding=\"UTF-8\"?><rss version=\"2.0\" xmlns:atom=\"http://www.w3.org/2005/Atom\"><channel><atom:link href=\"quux\" rel=\"self\" type=\"application/rss+xml\"/><title>foo</title><link>bar</link><description>&lt;![CDATA[baz]&gt;</description><x>y</x></channel></rss>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment