raw zip retrieval interface

This demo page allows you to see xsdb format messages used to implement the zip code completions AJAX example page. In particular you may edit an example zip code query and run the query to retrieve zip code information from the server.

Both the queries and the responses are encoded in the xsdb data language -- a dialect of XML.

In this case the client query interacts with a live server component which responds to the query on the fly.

PLEASE NOTE

  • The server component will return a trivial response (anything) to requests that correspond to more than 20 records. This has the effect of making the response to the query be the query itself (usually).
  • The server component is a fairly "brute force" implementation and could be made a lot faster.
  • All text should be in lower case.

For more information on xsdb please go to http://xsdb.sourceforge.net

Edit query:



query result:


Return to index.