The following code runs very well for this test XML page:
$.get('data/animals.xml', function(xml){
var animals = $.xml2json(xml);
alert(animals.dog[1].name +'/'+ animals.dog[1]);
});
But how can I adapt this code to get the rate data from this European Central Bank page?
Reference: