Re: clojure.xml questions

2010-10-30 Thread Stuart Halloway
Hi Shantanu, In general, Clojure's public API consists of only those vars that both (1) are public and (2) have a docstring. Anything else is undocumented, subject to change, and should be avoided. If you want to get involved with Clojure's XML support, I have just created a space in Confluenc

Re: clojure.xml questions

2010-10-30 Thread Chris Perkins
On Oct 30, 2:52 am, Shantanu Kumar wrote: > Hi, > > 1. I notice there is just the "parse" function mentioned as > public:http://clojure.github.com/clojure/clojure.xml-api.html > > I used the other functions in clojure.xml (emit, emit-element) and the > var 'element' -- they appear to work fine fo

clojure.xml questions

2010-10-29 Thread Shantanu Kumar
Hi, 1. I notice there is just the "parse" function mentioned as public: http://clojure.github.com/clojure/clojure.xml-api.html I used the other functions in clojure.xml (emit, emit-element) and the var 'element' -- they appear to work fine for me. Are they just undocumented or not guaranteed to b