Hello list,
My application uses XML as a data format internally, and some of this XML has namespaces. In the XML library I use (JDOM), I can get an element's namespace by calling the getNamespace() method on the element. Is there any way to do this on a JCR node, or do I have to extract it from the node name by using substring operations? The latter seems a bit unnecessary , but I haven't found any method that does this for me on the Node interface. Can anyone enlighten me on this subject? Best regards, Karianne Berg
