diff options
author | Rich Hickey <richhickey@gmail.com> | 2008-02-11 01:27:03 +0000 |
---|---|---|
committer | Rich Hickey <richhickey@gmail.com> | 2008-02-11 01:27:03 +0000 |
commit | 362a880104b52d231ff55e7ae548b8cfc37849e8 (patch) | |
tree | a7304fb5fa9e9b14cba0a982e9b37980059e84a4 /src/xml.clj | |
parent | 8ed98027c65c194358313f1b141d85d8f6debc96 (diff) |
removed export
Diffstat (limited to 'src/xml.clj')
-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 f1b15fb9..31af7dfd 100644 --- a/src/xml.clj +++ b/src/xml.clj @@ -89,7 +89,7 @@ (println "<?xml version='1.0' encoding='UTF-8'?>") (emit-element x)) -(export '(tag attrs content parse element emit emit-element)) +;(export '(tag attrs content parse element emit emit-element)) ;(load-file "/Users/rich/dev/clojure/src/xml.clj") ;(def x (xml/parse "http://arstechnica.com/journals.rssx")) |