ProcessFilter and the command attribute.

I read at The ProcessFilter reference guide
(http://www.w3.org/pub/WWW/Jigsaw/User/Reference/w3c.jigsaw.filters.ProcessFilter.html) 
that... 

"The ProcessFilter is for post-processing a reply's content. It allows you
to run the target's reply content through external filters before it is
sent back to the browser.

The external program is given by the command attribute, which can specify
any additional arguments for the external process (along with its path, of
course)." 

Does this mean that my external program will receive as argument the
Reply, i.e., a Reply object? Or a InputStream object? 

Bye,
Julianne.

jfsp@di.ufpe.br
http://www.di.ufpe.br/~jfsp

Received on Wednesday, 4 June 1997 15:24:47 UTC