Jquery xml tutorial
query being a fantastic javascript library it has an easy api to deal with ajax. Part of ajax is based on xml, so parsing xml is one of the core elements of ajax requests.
The overall idea is that we request xml data via “ $.ajax “ function and the response generated is a DOM(document object model) tree with which we can easily traverse utilizing the power of Jquery. (more…)