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?
|
|
I have some XML similar to this:
I want to add a namespace to the |
|||
|
|
|
|
||
|
|
|
|
Use Attribute Value Templates with
with identity transformation will give you
|
||
|
|