Fork me on GitHub
#clojure-dev
<
2020-10-06
>
pyr14:10:41

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?

pyr14:10:14

it'd be convenient since i'm using parse

Alex Miller (Clojure team)14:10:24

you should consider clojure.xml to be deprecated

6
pyr14:10:39

ok and then go to data.xml

Alex Miller (Clojure team)14:10:41

use the org.clojure/data.xml project instead

pyr14:10:41

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

pyr14:10:19

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

Alex Miller (Clojure team)14:10:01

yeah, I'm planning to do that in 1.11

souenzzo16:10:49

there is a ticket to vote?