remove namespace from element name
hello,
which is the most efficient way to remove the namespace from the name of all the elements of a dom document ?
eg:
...
<ns1:mytag>aaa</ns1:mytag> should become <mytag>aaa</mytag>
is it possible to have an example in java ?
thanks
roberto

