Checkout input modules - they should be available in 2.04. They grant
you easy access to the request parameters.

<map:generate type="file" src=http://blablabla?term={request:query}/>

Regards,
Reinhard


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 25, 2003 10:54 PM
To: [EMAIL PROTECTED]
Subject: Can I do this?


Can I (?) do anything like this:

<map:match pattern="search?query=*">
        <map:generate type="file" src=http://blablabla?term={1}/>
        <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