Re: Stable clojure.xml/parse

2016-04-02 Thread Gregg Reynolds
it's broken, and it would very surprising to discover this. > > On Friday, April 1, 2016 at 10:39:10 AM UTC-5, Olek wrote: >> >> Hi! >> >> I need a stable clojure.xml/parse. >> Unfortunately current implementation changes the order of child elements in

Re: Stable clojure.xml/parse

2016-04-02 Thread Olek
jure.xml already uses SAX: it just > supplies a content handler that builds the clojure structures > clojure.xml/parse returns. > > > > On Friday, April 1, 2016 at 10:39:10 AM UTC-5, Olek wrote: >> >> Hi! >> >> I need a stable clojure.xml/parse. >> Un

Re: Stable clojure.xml/parse

2016-04-01 Thread Francis Avila
it just supplies a content handler that builds the clojure structures clojure.xml/parse returns. On Friday, April 1, 2016 at 10:39:10 AM UTC-5, Olek wrote: > > Hi! > > I need a stable clojure.xml/parse. > Unfortunately current implementation changes the order of child elem

Stable clojure.xml/parse

2016-04-01 Thread Olek
Hi! I need a stable clojure.xml/parse. Unfortunately current implementation changes the order of child elements in a node. I use xml as a form of language for DSL. Please don't suggest switching to clojure structures because non-clojure programmers (actually analysts) are editing it and