Krishna_Kumar
6 years agoContributor
Data Retrival from Xml
Hi Team,
I want retrieve the "Name" and "Value" of ecah and every "Variable" nodes using javascript.
i have attached the Image of my XMl file.
Can you please help me to achieve this.
waiting for your response.
Kind regards,
Sathish Kumark K
Look into instantiating the MSXML2.DOMDocument object in your code. You can then import the XML into that object and use the various methods available to the object to iterate through child nodes that match a particular pattern.
https://docs.microsoft.com/en-us/previous-versions/windows/desktop/ms756987(v%3Dvs.85)