Hola a todos:

I've needed to do some of string transformations over sitemap parameters
obtained from parts of a url, and i'm lookng for the smart way to it,
rigth now i have done it using the method described below:

* I have this URL "http://localhost:8080/b/menores-de-edad";
* In sitemap i have a match like "b/**"  
* I need to do replace "-" in {1} to spaces
* I dothis using any input module inheriting from AbstractJXPathModule,
and using a xpath like expression, "{request:translate('{1}','-','')}"

Is there any othe way ( a more smart or polite one :) to do this? 

TIA

------------
Ignacio J. Ortega
Dpto. soporte y desarrollo
http://www.derecho.com
http://www.elabogado.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to