Re: [Zope] filtering results

2006-04-08 Thread Cliff Ford
This is my implementation of an external method that calls HTML Tidy. I hope it is of some use. This is a fragment of a form processing script that calls an External Method, passing the body content of a html page: if request.submit == 'Tidy': (messages, buffer) = context.calltidy(body)

Re: [Zope] filtering results

2006-04-08 Thread gf
On 4/7/06, Dieter Maurer <[EMAIL PROTECTED]> wrote: > gf wrote at 2006-4-6 12:06 -0600: > >Hi, > >I am a Zope newbie. I apologize if the terminology I use below is not > >correct, but I hope that you get the gist of what I am about to ask. > > > >I would like to be able to 'filter' results before r

Re: [Zope] filtering results

2006-04-07 Thread Dieter Maurer
gf wrote at 2006-4-6 12:06 -0600: >Hi, >I am a Zope newbie. I apologize if the terminology I use below is not >correct, but I hope that you get the gist of what I am about to ask. > >I would like to be able to 'filter' results before returning them to >the user. In other words, if a user requests

[Zope] filtering results

2006-04-06 Thread gf
Hi, I am a Zope newbie. I apologize if the terminology I use below is not correct, but I hope that you get the gist of what I am about to ask. I would like to be able to 'filter' results before returning them to the user. In other words, if a user requests a given object, it is passed through a f