/ Published in: JavaScript
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<table xmlns="http://query.yahooapis.com/v1/schema/table.xsd"> <meta> <author>arcturus@ardeenelinfierno.com</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>