Another very good way of getting this, and more advanced information
would be using Sparql, as descibed in http://www.intertwingly.net/
wiki/pie/PaceSparqlLink
This would pretty much cover all possible query scenarios.
Henry
On 24 Apr 2006, at 17:27, James M Snell wrote:
There is no current standard approach for expressing the total
number of
entries. The closest to a standard would be the OpenSearch
totalResults
element.
- James
Sean McCullough wrote:
Sincere apologies if this has been covered elsewhere, but I could not
find anything about it in the archives.
Short: How can a client find out how many entries are in a collection
without fetching all of them?
Long:
http://bitworking.org/projects/atom/draft-ietf-atompub-
protocol-08.html#rfc.section.9.1
describes the “first”, “next”, “last” and “previous” paged request
links
to be included in a collection response, but doesn’t specify how
to let
the client know how many **total** entries exist in the collection.
With only these four links, how would one construct a set of
pagination
links like the list of “gooooogle” results at the bottom of a search
page (or set the size of a proportional scroll bar for the list of
entries in a rich client)?
-Sean McCullough