On Dec 11, 2008, at 3:44 PM, Robert Koberg wrote:
>
> Hi again,
>
> I see the default ContentHandler implementation does not handle XML
> Namespaces. Is that the case or does the :xmlns symbol
I meant keyword (I think) here. For example, say I have /xml/ like:
{:tag :my-root, attrs {:xmlns:x "http://www.w3.org/1999/
xhtml", :xmlns:o "http://other/ns"}, content[
{:tag :x:input}
{:tag :o:something}
]}
Is there some awareness in clojure code that manipulates/reads these
collections that one child belongs to one namespace and the other
belongs to the other namespace?
thanks,
-Rob
> provide some
> meaning to the (nested) collection(s)? Is there such a thing as
> namespacing a collection that would be based on the xmlns?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Clojure" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---