Re: Possible to return the first 10?

Axel Hecht <[email protected]> Wed, 18 May 2005 09:03:07 +0200
Newsgroups gmane.comp.mozilla.devel.rdf
Organization Another Netscape Collabra Server User
Message-ID <[email protected]>
Michael C. Neel wrote:
> New to XUL and templates from RDF files, I've been looking for a way to 
> limit the number of rows displayed to something like the first 10.  I 
> haven't found anything that talks about this, is it even possible?  It seems 
> like something basic, or at least it seems basic to me.

Basically, you want relational conditions in templates, which are don't 
exist. One of the bigger shortcomings of our current architecture.

Any of these things are compromises between "common use case" and 
numerical complexity, both runtime and memory. And engineering power, to 
some extent.

Axel