On Oct 2, 2008, at 1:05 PM, Shawn Hoover wrote:

> I'm having trouble getting clojure.contrib.zip-filter loaded into my  
> REPL, but I can get the inner part to work with no error:  
> (clojure.zip/xml-zip (clojure.xml/parse "http://planet.lisp.org/rss20.xml 
> "))

As a point of reference, this works for me in my emacs22/slime setup  
on Mac OS X:

user> (use 'clojure.contrib.zip-filter.xml)
nil
user> (clojure.contrib.zip-filter.xml/xml-> (clojure.zip/xml-zip
(clojure.xml/parse "http://planet.lisp.org/rss20.xml";)))

--Steve


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to