Re: Jumping within sitemap?

2003-02-13 Thread Guido Casper
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:

RE: Jumping within sitemap?

2003-02-12 Thread Josema Alonso
Sure. You just need to use the cocoon:/ protocol. See info about Protocols at: http://xml.apache.org/cocoon/userdocs/concepts/sitemap.html Best. -Mensaje original- De: Sonny Sukumar [mailto:[EMAIL PROTECTED]] Enviado el: miercoles, 12 de febrero de 2003 8:59 Para: [EMAIL PROTECTED]

RE: Jumping within sitemap?

2003-02-12 Thread Luca Morandini
Sonny, if a client-side redirect would do, try redirect-to, like in: map:act type=is-user-logged !-- logged user stuff -- /map:act !-- un-logged user stuff -- map:redirect-to uri=doc-stale.html/ Regards, - Luca Morandini

RE: Jumping within sitemap?

2003-02-12 Thread Idhaya Chandran
I think u can achieve this using selectors. You can have ur custom selectors. --Idhaya -Original Message- From: Sonny Sukumar [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 12, 2003 1:29 PM To: [EMAIL PROTECTED] Subject: Jumping within sitemap? Hi guys, I'm wondering if it's