Created
October 8, 2010 12:48
-
-
Save arcturus/616728 to your computer and use it in GitHub Desktop.
YQL execute table template
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
<table xmlns="http://query.yahooapis.com/v1/schema/table.xsd"> | |
<meta> | |
<sampleQuery>select * from {table}</sampleQuery> | |
<description> | |
YQL execute template | |
</description> | |
<author>[email protected]</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