diff options
Diffstat (limited to 'src/clj/clojure/xml.clj')
-rw-r--r-- | src/clj/clojure/xml.clj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/clj/clojure/xml.clj b/src/clj/clojure/xml.clj index 7df67bfa..78f053fb 100644 --- a/src/clj/clojure/xml.clj +++ b/src/clj/clojure/xml.clj @@ -82,6 +82,7 @@ attrs, and content. Other parsers can be supplied by passing startparse, a fn taking a source and a ContentHandler and returning a parser" + {:added "1.0"} ([s] (parse s startparse-sax)) ([s startparse] (binding [*stack* nil |