?
=?iso-8859-1?q?S=E9bastien_Ros?=
I have to process the xmlns declarations in the root node of a
document.
Unfortunately, they are not recognized as elements nor as attributes.
Even with a /root/node() I can't reach them.
example:
<root xmlns="http://foo1" xmlns:a="http://foo2">
....
</root>
I'm wondering how to iterate through "xmlns" and "xmlns:a".
Regards,
Sébastien
document.
Unfortunately, they are not recognized as elements nor as attributes.
Even with a /root/node() I can't reach them.
example:
<root xmlns="http://foo1" xmlns:a="http://foo2">
....
</root>
I'm wondering how to iterate through "xmlns" and "xmlns:a".
Regards,
Sébastien