Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
I am using the below code in the javascript
text = LxmlHttp.responseText; parser = new DOMParser(); xmlDoc = parser.parseFromString(text, "application/xml"); xmlDoc.setProp