I have xml which have different nodes. I want to build decision tree logic using xml.
Is there any js library to parse xml?
I have xml which have different nodes. I want to build decision tree logic using xml.
Is there any js library to parse xml?
I'm not one to throw jQuery out there, but in this case it does a good job. Check out jQuery's parseXML()
function. It returns an easy to use jQuery object to play with.