Hi Thomas, > ok; maybe I dont understand send or _show; If I like to deliver e.g. html out > of a show; isn't this a good fit for send; as it seems me to be for a list?
In the documentation, a "show" uses a single return value, while a "list" uses "send" together with "getRow". The design rationale for this must be that "show" is for a single object while a list is for a bunch of them. However, are you sure "send" cannot be used in a "show"? I use it without any problems in CouchDB 1.02. Regards Aurélien
