justinfrankel / licecap

LICEcap simple animated screen capture tool for Windows and OS X
http://www.cockos.com/licecap
5.29k stars 446 forks source link

throwing exception while reading node froom xml document in jquery. #64

Open digitalharesh opened 5 years ago

digitalharesh commented 5 years ago

I have an xml file and I want to read nodes from that using jquery, I tried with DOMParser but facing exception there. Any help appreciated. Also googling and github to find the solution meanwhile. Thank you

garrymike commented 5 years ago

Hey there, you should use DOMParser and XMLHttpRequest object to parse your xml with jquery and to get selected node value, you need to use either array position or for looping. You may refer this read xml using jquery as it explained in details with sample code how you can use jquery to parse an xml