> I'm wondering if it's possible to jump from one place
> in the sitemap to another. I made up the following
> code, but it's basically what I'm aiming to do:
Have a look at <map:redirect-to>
By default it redirects the browser, but used in conjunction with the cocoon
pseudo protocol like:
<map:match pattern="a">
<map:redirect-to uri="cocoon:/b"/>
</map:match>
it performs an internal "forward"
HTH
Guido
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>