_Comment made by: bendlas_
0.0.8 didn't have xmlns support at all, hence this is not considered a regression (we couldn't even roundtrip namespaced XML). To be able to emit namespaced XML like this was incidental.
0.2.0 established semantics for XML namespaces, part of which say that {:tag :RDF} _always_ means <RDF> (in the empty namespace), in order to facilitate composition. Please read up on the current semantics in the README and in the Design Page
http://dev.clojure.org/display/DXML/Namespaced+XML
We are still in -alpha, so if you have ideas for changing the semantics, feel free to state your case with reference to the current design.