I have some XML which I have to convert to JSON. The XML has nodes like
<Title xml:lang="en">The Steal In The Wheels</Title>
I want to remove this xml:lang="en"
from the xml nodes.
Actually, I am working in node.js and I need title value. I am converting XML to JSON using xml2js. It is converting to JSON but it is giving title value with style. So that I am trying to remove this attribute.