-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi ,
I need to use YQL (Yahoo Query Language) to perform a cross domain ajax request then bind the XML response into a JSON object and retrieve a value from the XML.
The link shows how this is done using the YQL service as a proxy for cross domain requests:
http://ajaxian.com/archives/using-yql-as-a-proxy-for-cross-domain-ajax
For…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I've read the YQL guide, and I keep reviewing http://developer.yahoo.com/yql/guide/yql-o...entables-paging and I have been looking at a few examples, but I'm still left pretty confused how YQL paging works.
The problem that I am trying to tackle is creating a YQL open data table for the Mozilla…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi ,
I need to query a locations WOEID and grab the WOEID value from the xml returned.
So the user would type e.g. London, UK and I need to load the query as below:
http://query.yahooapis.com/v1/public/yql?q=select%20woeid%20from%20geo.places%20where%20text%20%3D%20%22London%2C%20UK%2C%20UK%22&format=xml
After…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi ,
I need to query a locations WOEID and grab the WOEID value from the xml returned.
So the user would type e.g. London, UK and I need to load the query as below:
http://query.yahooapis.com/v1/public/yql?q=select%20woeid%20from%20geo.places%20where%20text%20%3D%20%22London%2C%20UK%2C%20UK%22&format=xml
After…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Problem
I have a YQL query result that I'm trying to get converted and sort into a clean XML file.
Background
Being the pains that they are, information from the World Cup isn't freely available in an easy to reuse format.
So, after a bit of finessing with YQL I have managed to liberate the required…
>>> More