diff options
author | Chouser <chouser@n01se.net> | 2008-11-21 03:38:17 +0000 |
---|---|---|
committer | Chouser <chouser@n01se.net> | 2008-11-21 03:38:17 +0000 |
commit | 67d52e78ce7ebae5583c8dad112bc42fc871562a (patch) | |
tree | 8f0192e4bfc409e113912bdd7200ca33fc39954f /src/clojure/contrib | |
parent | e0c68ea35298096ccd0e633c9ff8382aabfa1c35 (diff) |
Update lazy-xml for Clojure SVN 1111
Diffstat (limited to 'src/clojure/contrib')
-rw-r--r-- | src/clojure/contrib/lazy_xml/with_pull.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clojure/contrib/lazy_xml/with_pull.clj b/src/clojure/contrib/lazy_xml/with_pull.clj index e22b5e56..ee3ae3a3 100644 --- a/src/clojure/contrib/lazy_xml/with_pull.clj +++ b/src/clojure/contrib/lazy_xml/with_pull.clj @@ -36,7 +36,7 @@ (def #^{:private true} factory (doto (XmlPullParserFactory/newInstance) - (setNamespaceAware true))) + (.setNamespaceAware true))) (defn- parse-seq-pull [s] (let [xpp (.newPullParser factory)] |