<!DOCTYPE html>type='text/javascript'src='http://code.jquery.com/jquery-1.10.1.js'type='text/javascript'var xml = $.parseXML('URL1 HEREID1 HEREURL2 HEREID2 HERE');jQuery(xml).find('image').each(function (i) {console.log(jQuery(this).find('url').text())});