Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
codepo8 committed Jun 19, 2010
1 parent 9551c11 commit 734c1c0
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions arxiv/arxiv.search.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8" ?>
<table xmlns="http://query.yahooapis.com/v1/schema/table.xsd">
<meta>
<author>Christian Heilmann</author>
<documentationURL>http://arxiv.org/help/api/index</documentationURL>
<sampleQuery>select * from {table} where search_query="all:electron"</sampleQuery>
</meta>
<bindings>
<select itemPath="feed.entry" produces="XML">
<urls>
<url><![CDATA[http://export.arxiv.org/api/query]]></url>
</urls>
<inputs>
<key id='search_query' type='xs:string' paramType='query' />
<key id='start' type='xs:string' paramType='query' />
<key id='max_results' type='xs:string' paramType='query' />
</inputs>
</select>
</bindings>
</table>

0 comments on commit 734c1c0

Please sign in to comment.