0

I have xml which have different nodes. I want to build decision tree logic using xml.

Is there any js library to parse xml?

1 Answers1

1

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.

xyhhx
  • 6,384
  • 6
  • 41
  • 64