Skip to content

Instantly share code, notes, and snippets.

@thinkphp
Created June 3, 2010 20:35
Show Gist options
  • Save thinkphp/424441 to your computer and use it in GitHub Desktop.
Save thinkphp/424441 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<table xmlns="http://query.yahooapis.com/v1/schema/table.xsd">
<meta>
<author>Adrian Statescu</author>
<description>Select items from slideshare</description>
<documentationURL>http://www.slideshare.net/rss/user/{user}</documentationURL>
<sampleQuery>select * from {table} where username="thinkphp"</sampleQuery>
</meta>
<bindings>
<select itemPath="rss.channel.item" produces="XML">
<urls>
<url env="all">http://www.slideshare.net/rss/user/{username}</url>
</urls>
<inputs>
<key id="username" type="xs:string" paramType="path" required="true" />
</inputs>
</select>
</bindings>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment