Does anyone have opinions about Apache Ivy?
I'm working with XML in Go. Transform one tree to a different tree.
In Clojure, I'd reach for clojure.walk.
Any recommendations?
Port clojure walk to go
Yup, I think that's the way to go. I may specialize the type signature to exactly what I'm working with to avoid confusion.
Result: A small XML tree walker for use with http://github.com/beevik/etree. Provide a function, and return an action if you want to change the tree structure.