Skip to content

Commit

Permalink
Added test_table22/test_table22.xml (unfiltered) via YQL Table Editor
Browse files Browse the repository at this point in the history
  • Loading branch information
pjdonnelly committed Aug 27, 2012
1 parent 9d481f2 commit 6b18691
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions test_table22/test_table22.xml
@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<table xmlns="http://query.yahooapis.com/v1/schema/table.xsd">
<meta>
<author></author>
<description></description>
<documentationURL></documentationURL>
<sampleQuery>select * from {table}</sampleQuery>
</meta>
<bindings>
<select itemPath="" produces="XML">
<urls>
<url></url>
</urls>
<inputs>
<key id="bob" type="xs:string" paramType="query" />
</inputs>
<execute>
<![CDATA[
var myvalue = 'hello ' bob;
response.object = <hi>{myvalue}</hi>;
]]>
</execute>
</select>
</bindings>
</table>

0 comments on commit 6b18691

Please sign in to comment.