David Crossley wrote:
Ross Gardler wrote:

Johannes Schaefer wrote:


So far this works fine.

Now I need to insert the search term dynamically

from the form on the page. I simply don't know how

to do that. Do I need to create a Cocoon action?

One way would be to use the request generator in Cocoon ( http://cocoon.apache.org/2.1/userdocs/generators/request-generator.html ). This gives you the request headers as an XML stream.


Problem is you are only allowed one generator in each pipeline so you would have to do the search using the XSL Document() function.


Perhaps sitemap aggregation could be used.

I don't think so, we need to extract the request parameters before we can generate the response from Google Desktop.


This might be a case for a new generator. It might be useful over at Cocoon as well.

Ross

Reply via email to