diff options
-rw-r--r-- | src/xml.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xml.clj b/src/xml.clj index 0727e710..fd5e13e5 100644 --- a/src/xml.clj +++ b/src/xml.clj @@ -68,7 +68,7 @@ (. p (parse s content-handler)) ((:content *current*) 0)))) -(def *export* '(xml tag attrs content parse)) +(def *exports* '(xml tag attrs content parse)) ;(load-file "/Users/rich/dev/clojure/src/xml.clj") ;(def x (xml/parse "http://arstechnica.com/journals.rssx")) |