Skip to content

Commit

Permalink
add a better sample query
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Pullara committed Nov 8, 2009
1 parent e1c5b34 commit 907fb5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextbus/nextbus.vehicles.xml
Expand Up @@ -10,7 +10,7 @@


Include the last time you checked to see only those that have changed since then. Include the last time you checked to see only those that have changed since then.
</description> </description>
<sampleQuery>select * from {table}</sampleQuery> <sampleQuery>select * from {table} where route='N'</sampleQuery>
</meta> </meta>
<bindings> <bindings>
<select itemPath="body.vehicle" produces="XML"> <select itemPath="body.vehicle" produces="XML">
Expand Down

0 comments on commit 907fb5f

Please sign in to comment.