papermashup.com
Submitted by: Ashley Ford

Parse XML with jQuery

I recently ran through the technique of parsing JSON with jQuery and thought i’d pick this up and show you how to parse XML. It’s pretty much the same although the big difference with using XML is that this won’t work for xml files that don’t sit outside of your domain..

direct link