I need to be able to pull out the USD conversion from Euro using this xml: http://www.ecb.europa.eu/stats/eurofxref/eurofxref-daily.xml
I've gotten it to work if I manually download the xml and parse to the data I need from there, but I'm not sure how to grab it directly from the url.
Thank you
Cant make any easier than that:
If i understand well, you are having trouble obtaining the xml content directly from the URL, is that right?
If so, this might help you.
It applies well to a service or stand alone context, but if you are trying to access the XML from your WEB tier you might consider an AJAX approach.