Revision: 32647
Updated Code
at January 21, 2011 14:49 by arcturus
Updated Code
<table xmlns="http://query.yahooapis.com/v1/schema/table.xsd">
<meta>
<author>[email protected]</author>
<description>YQL execute template</description>
<documentationURL></documentationURL>
<sampleQuery>select * from {table}</sampleQuery>
</meta>
<bindings>
<select itemPath="" produces="XML">
<urls>
<url/>
</urls>
<inputs>
</inputs>
<execute><![CDATA[
response.object = <hello><world/></hello>;
]]></execute>
</select>
</bindings>
</table>
Revision: 32646
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at October 1, 2010 03:46 by arcturus
Initial Code
<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>
Initial URL
Initial Description
Initial Title
YQL open table template for executing javascript
Initial Tags
table
Initial Language
JavaScript