Re: More Clojure XML challenges

2014-07-24 Thread Adrian O'Sullivan
Great, thanks for the feedback. Will try it tomorrow. On Thursday, July 24, 2014 7:22:35 PM UTC-4, Stan wrote: > > > On 07/24/2014 02:45 PM, Adrian O'Sullivan wrote: > > I'm really struggling to understand how to parse XML in Clojure. > > > > Here's my xml: > > > > > > > > java.comple

Re: More Clojure XML challenges

2014-07-24 Thread Stan Dyck
On 07/24/2014 02:45 PM, Adrian O'Sullivan wrote: I'm really struggling to understand how to parse XML in Clojure. Here's my xml: java.complexity.HelloWorld.notcomplex() 2 1 0 java.complexity.HelloWorld.complex(int) 4 2 0 ... etc I can do

More Clojure XML challenges

2014-07-24 Thread Adrian O'Sullivan
I'm really struggling to understand how to parse XML in Clojure. Here's my xml: java.complexity.HelloWorld.notcomplex() 2 1 0 java.complexity.HelloWorld.complex(int) 4 2 0 ... etc I can do (xml-seq (xml/parse .. )) on this, or