clojure-dev

Issues: https://clojure.atlassian.net/browse/CLJ | Guide: https://insideclojure.org/2015/05/01/contributing-clojure/
2020-10-06T14:31:41.029200Z

Hi clojurians. I just realized clojure.xml has emit and emit-element but they are undocumented. is this intended to discourage usage or can I just go ahead and rely on them?

2020-10-06T14:32:14.029800Z

it'd be convenient since i'm using parse

alexmiller 2020-10-06T14:32:24.030200Z

you should consider clojure.xml to be deprecated

2
2020-10-06T14:32:39.031100Z

ok and then go to data.xml

alexmiller 2020-10-06T14:32:41.031300Z

use the org.clojure/data.xml project instead

2020-10-06T14:33:41.032200Z

yep ok, that is what we usually do, but I stumbled onto emit and wanted to make sure, thanks for the confirmation @alexmiller

2020-10-06T14:37:19.033400Z

it may be worth noting in the namespace since it might still be considered by people who tend to go to http://clojure.github.io/clojure/ first

alexmiller 2020-10-06T14:40:01.034100Z

yeah, I'm planning to do that in 1.11

souenzzo 2020-10-06T16:39:49.034800Z

there is a ticket to vote?

alexmiller 2020-10-06T16:53:40.035Z

nope