Skip to content

Instantly share code, notes, and snippets.

@arcturus
Created October 8, 2010 12:48
Show Gist options
  • Save arcturus/616728 to your computer and use it in GitHub Desktop.
Save arcturus/616728 to your computer and use it in GitHub Desktop.
YQL execute table template
<table xmlns="http://query.yahooapis.com/v1/schema/table.xsd">
<meta>
<sampleQuery>select * from {table}</sampleQuery>
<description>
YQL execute template
</description>
<author>arcturus@ardeenelinfierno.com</author>
</meta>
<bindings>
<select itemPath="" produces="XML">
<urls>
<url/>
</urls>
<inputs>
</inputs>
<execute><![CDATA[
response.object = <hello><world/></hello>;
]]></execute>
</select>
</bindings>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment