[Bug 2553] [F+O] Stability of collection()

http://www.w3.org/Bugs/Public/show_bug.cgi?id=2553





------- Additional Comments From colin@colina.demon.co.uk  2005-11-27 09:35 -------
I implemented collection for a direectory of files in a stable manner, by
keeping all documents in storage. Of course this does not scale well.

We could have two different functions, as Michael suggests - say collection and
stable-collection. Alternatively, we could have a form with three arguments, the
third being a boolean flag. In this case the stability could be computed at
runtime. I'm not sure though that there are any use cases for this.

Received on Sunday, 27 November 2005 09:36:03 UTC