Fork me on GitHub
#clojure-spec
<
2018-03-17
>
lgessler18:03:22

hi all, I have an xml schema describing a data format I want to translate into a clojure spec. i should be able to translate it by hand, but i was wondering if anyone knew of an easier way? the closest thing I found takes the XSD and then turns it into some kind of clojure schema, but it's not a spec and it didn't seem to produce the right output for my XSD https://github.com/kolov/xelery