URL as parameter for cocoon

2004-01-15 Thread Andreas Rittershofer
I want to pass a URL in a URL as parameter for Cocoon: I want that in a URL similar to http://some.domain/url=http://some.other.domain (does the // in http://some.other.domain has do be encoded in some way?) the parameter http://some.other.domain is passed as parameter to sitemap.xmap

Re: URL as parameter for cocoon

2004-01-15 Thread Tony Collen
they want. Tony -Original Message- From: Andreas Rittershofer [mailto:[EMAIL PROTECTED] Sent: Thursday, January 15, 2004 10:54 AM To: [EMAIL PROTECTED] Subject: URL as parameter for cocoon I want to pass a URL in a URL as parameter for Cocoon: I want that in a URL similar to http

RE: URL as parameter for cocoon

2004-01-15 Thread Andreas Rittershofer
On 15 Jan 2004 at 11:00, Ralph Goers wrote: Try http://some.domain?url=http://some.other.domain The url would then be obtained by map:generate src={request-param:url}/ Thank you for this tip. I still have problem. Does the : and the / in http://some.other.domain have to be encoded in some

Re: URL as parameter for cocoon

2004-01-15 Thread Joerg Heinicke
On 15.01.2004 20:10, Andreas Rittershofer wrote: Try http://some.domain?url=http://some.other.domain The url would then be obtained by map:generate src={request-param:url}/ Thank you for this tip. I still have problem. Does the : and the / in http://some.other.domain have to be encoded in