Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pepijndevos committed Nov 23, 2011
1 parent 655de2e commit 45de2a6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -32,4 +32,13 @@ ArmageDOM is a Clojure DSL for generating XML using a list syntax. It supports n
</feed>
nil

user=> (easy-xml :feed "http://example.com" {:foo [{:baz "boo"} {:foo "bar"}]})
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<feed xmlns="http://example.com">
<foo>
<baz>boo</baz>
<foo>bar</foo>
</foo>
</feed>

(beautified)

0 comments on commit 45de2a6

Please sign in to comment.