Have you considered doing this in an XSP or an Action?

--
Ryan Hoegg
ISIS Networks
http://www.isisnetworks.net

[EMAIL PROTECTED] wrote:

Can I (?) do anything like this:
<map:match pattern="search?query=*">
<map:generate type="file" src=http://blablabla?term={1} <http://blablabla?term=%7B1%7D>/>
<map:transform type="xslt" src="stylesheets/search2html.xsl"/>
<map:serialize type="html"/>
</map:match>
I've found that if I do (...) pattern="*.search"> (...) it works, and i can do for example "search phrase".search in the address bar and it matches with the generate prototype.. but i want to use that notation to match a GET form.
Thanks
João César
[EMAIL PROTECTED]



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to