Created
May 11, 2011 00:56
-
-
Save musicm122/965706 to your computer and use it in GitHub Desktop.
Open Data Table test YQL query
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<table xmlns="http://query.yahooapis.com/v1/schema/table.xsd"> | |
<meta> | |
<author>Terrance Smith</author> | |
<documentationURL>http://craigslist.org/</documentationURL> | |
<sampleQuery> | |
select * from {table} where location="sfbay" | |
</sampleQuery> | |
</meta> | |
<bindings> | |
<select itemPath="" produces="XML"> | |
<urls> | |
<url> | |
http://www.craigslist.org/about/best/{location}/index.rss | |
</url> | |
</urls> | |
<inputs> | |
<key id="location" type="xs:string" paramType="path" required="true"/> | |
</inputs> | |
</select> | |
</bindings> | |
</table> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment