Can XPath be used to return namespaces on nodes?

Slay33

New Member
Can XPath (1.0) be used to return the namespace nodes in an XML document? Note: I am not asking for nodes which have a given namespace, but the namespace nodes themselves. So NOT:\[code\]//node()[namespace-uri()='http://a.b']\[/code\]
 
Back
Top