Re: replacing java + xml (possible java1 demo)

2009-05-27 Thread kkw
Hello, Here's what I've done in times past: (ns process-xml-in-a-file (:require [clojure.zip :as zip]) (:require [clojure.contrib.zip-filter.xml :as zfx]) (:require [clojure.xml :as xml])) ; creating list of all checkable instances (def dev2-cfg-xml (-> "c:/dl/tibsup/Prod_Stg_auto_shutd

replacing java + xml (possible java1 demo)

2009-05-27 Thread Raoul Duke
wow. the fact that people use java+somehatefullibs+xml and apparently think that is something "good", completely drives me insane. i mean, it isn't just additional bloat, it is more like ackermann-function-scale bloat. gargh! has anybody done something like: 1) convert the bloody XML to Clojure l