I have the following problem. I have an XML document like this:
<?xml version="1.0" encoding="UTF-8"?>
<transfer xmlns="http://ws.wso2.org/dataservice" username="my_username" password="my_pswd">
<providerpid>00AB40</providerpid>
<recipientpid>00AD12</recipientpid>
<symbol>SMTA1234</symbol>
<type>SMTA</type>
<materials>
<doi>10.0155/1463</doi>
<doi>10.0155/1464</doi>
</materials>
</transfer>
As you can see the element have this attribute setted xmlns="http://ws.wso2.org/dataservice"
How can I remove this attribute using simple JavaScript?