I fixed up clojure.contrib.prxml to work with 1.3, at least it's working fine for me. You can get the jar from clojars with
[weissjeffm/clojure.prxml "1.3.0-SNAPSHOT"] source is here: https://github.com/weissjeffm/clojure.prxml On Jan 17, 8:10 am, cassiel <n...@cassiel.com> wrote: > This is straight from the doc string: > > (with-out-str (p/prxml [:p {:class "greet"} [:i "Ladies & > gentlemen"]])) > > Works in Clojure 1.2.1: > > (:ok "\"<p class=\\\"greet\\\"><i>Ladies & gentlemen</i></p>\"") > > (that's pasted from the slime event buffer, hence the superfluous > armour.) > > Fails in Clojure 1.3.0: > > clojure.lang.Numbers.lt(II)Z > [Thrown class java.lang.NoSuchMethodError] > > Is prxml still being supported? If not, is there a better Clojure-DSL- > to-XML package? -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en