diff options
Diffstat (limited to 'src/clojure/contrib/lazy_xml.clj')
-rw-r--r-- | src/clojure/contrib/lazy_xml.clj | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/clojure/contrib/lazy_xml.clj b/src/clojure/contrib/lazy_xml.clj index 72b6c5a5..fe1ef8f3 100644 --- a/src/clojure/contrib/lazy_xml.clj +++ b/src/clojure/contrib/lazy_xml.clj @@ -8,7 +8,10 @@ ; Functions to parse xml lazily and emit back to text. -(ns clojure.contrib.lazy-xml +(ns + #^{:author "Chris Houser", + :doc "Functions to parse xml lazily and emit back to text."} + clojure.contrib.lazy-xml (:require [clojure.xml :as xml]) (:import (org.xml.sax Attributes InputSource) (org.xml.sax.helpers DefaultHandler) |