Please have a look at this link. It says that .xml DOM property is Internet Explorer-only.
My question is- Is there any chrome equivalent for the same property?
Below is the xml that I am trying to parse-
<Message>
<tag1 type=S1>
<tag2>Text</tag2>
</tag1>
</Message>
What I want to achieve is to read the whole content of "Message" node in a variable as a string. Appreciate your help.
Thank You!