Skip to content

Commit

Permalink
Added a statement to the README on getting your ns setup for data.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
senior committed Feb 3, 2012
1 parent ec26f01 commit ca91651
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -46,6 +46,10 @@ Add the following to the `project.clj` dependencies:


## Examples ## Examples


The examples below assume you have added a `use` for data.xml:

(use 'clojure.data.xml)

data.xml supports parsing and emitting XML. The parsing functions will data.xml supports parsing and emitting XML. The parsing functions will
read XML from a read XML from a
[Reader](http://docs.oracle.com/javase/6/docs/api/java/io/Reader.html) [Reader](http://docs.oracle.com/javase/6/docs/api/java/io/Reader.html)
Expand Down

0 comments on commit ca91651

Please sign in to comment.