Skip to content

Instantly share code, notes, and snippets.

@mattn
Created May 21, 2009 00:02
Show Gist options
  • Save mattn/115170 to your computer and use it in GitHub Desktop.
Save mattn/115170 to your computer and use it in GitHub Desktop.
use 'http://gist.github.com/xxx' as hatena.profile;
<?xml version="1.0" encoding="UTF-8"?>
<table xmlns="http://query.yahooapis.com/v1/schema/table.xsd">
<meta>
<author>mattn</author>
</meta>
<bindings>
<select produces="XML" itemPath="user.profile" produces="XML">
<urls>
<url>http://www.hatena.ne.jp/{id}/profile</url>
</urls>
<inputs>
<key id="id" type="xs:string" paramType="path" required="true"/>
</inputs>
<execute><![CDATA[
response.object = {
user: id
};
]]></execute>
</select>
</bindings>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment