I have some XML similar to this:
<envelope xmlns="http://test">
<header>
<msgId />
</header>
<body>
<element1 />
</body>
</envelope>
I want to add a namespace to the <element1>
node. Can anyone help me how to do this with XSLT?