Can I (?) do anything like this:
 
<map:match pattern="search?query=*">
        <map:generate type="file" src="" href="http://blablabla?term={1}">http://blablabla?term={1}/>
        <map:transform type="xslt" src=""/>
        <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]
 

Reply via email to