$.get('data/animals.xml', function(xml){
var animals = $.xml2json(xml);
alert(animals.dog[1].name +'/'+ animals.dog[1]);
});
the code below runs very well for http://www.fyneworks.com/jquery/xml-to-json/data/animals.xml
but how can get rate data from http://www.ecb.europa.eu/stats/eurofxref/eurofxref-daily.xml according to code block above..
?
ref: http://www.fyneworks.com/jquery/xml-to-json/#tab-Usage ref 2( the propose: ) :http://stackoverflow.com/questions/3629042/getting-data-using-javascript