Re: seeking namespace-aware xml lib

2013-01-18 Thread Roan O'Sullivan
Thanks for the status update. On Fri, Jan 18, 2013 at 4:03 AM, Ben Smith-Mannschott wrote: > Not currently, alas, having hacked my primary motivating example > (publishing my wife's most recent novel for kindle) by hand. I'd like to > return to it, but probably not soon. First I want to get 0.4

Re: seeking namespace-aware xml lib

2013-01-18 Thread Ben Smith-Mannschott
Not currently, alas, having hacked my primary motivating example (publishing my wife's most recent novel for kindle) by hand. I'd like to return to it, but probably not soon. First I want to get 0.4.0 of edn-java released. Ben On Thursday, January 17, 2013, lewen7er9 wrote: > Just wondering if t

Re: seeking namespace-aware xml lib

2013-01-17 Thread lewen7er9
Just wondering if this is still being actively worked. On Monday, July 16, 2012 3:53:21 PM UTC-4, bsmith.occs wrote: > > TL;DR: I'm looking for a Clojure library that round trips XML+namespaces > through Clojure data structures and back again. > > > I'm hacking on a chewing-gum-and-bailing-wire

Re: seeking namespace-aware xml lib

2012-07-24 Thread Ben Smith-Mannschott
On Thu, Jul 19, 2012 at 11:00 PM, Ben Smith-Mannschott wrote: > I am interested and I have a CA with Rich, but I'm currently exploring > using XOM from Clojure. My first impression is that the API is very > clean (as a Java API) and I appreciate its emphasis on correctness. I > could see data.xml

Re: seeking namespace-aware xml lib

2012-07-19 Thread Ben Smith-Mannschott
I am interested and I have a CA with Rich, but I'm currently exploring using XOM from Clojure. My first impression is that the API is very clean (as a Java API) and I appreciate its emphasis on correctness. I could see data.xml benefiting from some of the ideas in XOM, if only indirectly. In any ev

Re: seeking namespace-aware xml lib

2012-07-19 Thread Ryan Senior
Solid namespace support is a much needed feature for data.xml. There's a ticket for it here: http://dev.clojure.org/jira/browse/DXML-4 though unfortunately the patch attached to it came from someone who hadn't signed a CA, so I was not able to accept it. I am planning on tackling namespace suppor

Re: seeking namespace-aware xml lib

2012-07-17 Thread Chris Perkins
On Monday, July 16, 2012 3:53:21 PM UTC-4, bsmith.occs wrote: > > TL;DR: I'm looking for a Clojure library that round trips XML+namespaces > through Clojure data structures and back again. > > I began an effort to solve this problem quite some time ago; it is here: https://github.com/grammati/ek