URL encoding in sitemap?

2003-12-18 Thread joakim verona
Hello list, I want to make a query front end to the IMDB movie database. To do this, I have a cocoon matcher that receives a query parameter and pass it along to the IMDB query url. Very simple. But how do I URL encode the query parameterin the sitemap? This is not done automatically.

Re: URL encoding in sitemap?

2003-12-18 Thread Tony Collen
joakim verona wrote: Hello list, I want to make a query front end to the IMDB movie database. To do this, I have a cocoon matcher that receives a query parameter and pass it along to the IMDB query url. Very simple. But how do I URL encode the query parameterin the sitemap? This is not done

Re: URL encoding in sitemap?

2003-12-18 Thread joakim verona
Thanks Tony, So at least this wasn't totally easy. I'm not familiar enough with the modules to write one yet, so I'll experiment with the jxpath option. Another workaround I thought about, but didn't want to test if there was a simple way to solve it, is to use the jx transformer, the