From: Cameron L. <cl...@st...> - 2002-08-13 00:54:39
|
Here's a node: <ns:some_element name = "myname" ...> When I dom::node cget $node -nodeName I receive some_element. To determine ns, I have to array set node [set $node] puts "The namespace is $node(node_prefix)." True? Is there a better way? Should this be obvious from the documentation? |