On Fri, Feb 27, 2015 at 7:53 AM, Henrik Heine <h3nr1k.h3...@googlemail.com> wrote: > > do you know of a lib that let's you navigate around nested Clojure > structures like XPATH does on XML? > I'm aware of core.match, walk and zippers. But has anyone put those > together in order to produce an API > that gives you XPATH/XSLT? >
I have written a library that wraps the built in JDK XPath functionality. It's not complete, because it doesn't deal with namespaces or custom functions. Regardless, it worked for what I needed it for. If you need a certain feature, I'd be happy to work it in or accept patches. https://github.com/jeremyheiler/xenopath -- 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 Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.