I need to get today rate for CZK
currency from European Central Bank XML -> http://www.ecb.europa.eu/stats/eurofxref/eurofxref-hist-90d.xml
This is my code now
var xml = $.parseXML("http://www.ecb.europa.eu/stats/eurofxref/eurofxref-hist-90d.xml"),
$xml = $( xml ),
$test = $xml.find('Cube');
console.log($test.text());
and I got an error Uncaught Error: Invalid XML