Hi,

I'm taking a stab at namespaced xml support:
http://dev.clojure.org/jira/browse/DXML-4

I've uploaded a patch, that should implement 1:1 roundtripping, fully
preserving prefixes and xmlns declarations:
http://dev.clojure.org/jira/secure/attachment/12899/roundtrip-documents.patch

This doesn't implement any advanced serialization or deserialization
strategies described in the design page:
http://dev.clojure.org/display/DXML/Fuller+XML+support
However, it allows such strategies to be implemented by transforming
clojure data structures, hence it should be a suitable common
representation for any namespaced xml needs.

I'd like to work on some namespace-related treewalking next, most
importantly normalizing prefixes and default namespaces, so that one can
actually parse namespaced xml.

Meanwhile, I'd be delighted if you could try out the patch on any
(well-formed) namespaced xml you have at hand and see, if it roundtrips
correctly.

kind regards

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
[email protected]
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to