Page 1 of 1
Ajax and third party XML files.
Posted: Wed Jan 24, 2007 12:26 am
by JellyFish
Hey guys, I'm curious to as if Javascripts XmlHTTPRequest object can request and read XML files from third-party sites (i.e RSS feeds)?
This is basically what I'm asking.
Posted: Wed Jan 24, 2007 1:08 am
by Christopher
Yes. Ajax is just another way to get data from a server.
Posted: Wed Jan 24, 2007 1:51 am
by JellyFish
But is it a way to get data from third party servers?
Posted: Wed Jan 24, 2007 9:09 am
by Kieran Huggins
Posted: Wed Jan 24, 2007 10:08 am
by Luke
JellyFish wrote:But is it a way to get data from third party servers?
Jellyfish, arborint answered your question. All ajax does is allow javascript to make an http request.