Hello Everybody,

it took me about a year and multiple failed rewrites, to admit, that
keeping a compatibility mode for the current prefix-emitting hack in
clojure.data.xml, is just to much of a hassle and complexity nightmare for
it to be worth it.
So now, non-namespaced names are represented as plain keywords as before,
but namespaced names are represented as QNames, or shorthanded to a
prefixed keyword according to an aliasing mechanism, see updated
http://dev.clojure.org/display/DXML/Namespaced+XML

I'm pretty happy with the resulting rewrite (
https://github.com/bendlas/data.xml) and I think it's a great time now, to
try it out and help sand off the edges.
Please let me know, how well this approach could support your use case for
namespaced xml.

thanks

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to