Welcome! Please see the About page for a little more info on how this works.

0 votes
in data.xml by

This is for completeness really. See pull request https://github.com/clojure/data.xml/pull/10

I would like to:
- generate an element using hiccup (already exists)
- generate hiccup using an element (proposed)

3 Answers

0 votes
by

Comment made by: zcaudate

I'm hoping someone can at least give some feedback to this ticket.

0 votes
by

Comment made by: ryansenior

Hi Chris,

Thanks for the reminder on this. I'll have more time to dig in this weekend, but off the top of my head I think more will need to be done on this, both on implementation and on testing. I think what you have now won't work with comments or cdata. One way to flesh some of that out is to create round trip types of tests in src/test/clojure/clojure/data/xml/test_sexp.clj.

0 votes
by
Reference: https://clojure.atlassian.net/browse/DXML-22 (reported by alex+import)
...