Hello,

I would like to URL encode in the sitemap, and I figured the JXPathMetamodule would be useful.
However, I cant figure out how to configure it.


The docs mention a "function" element that can be used to define java classes to be used with jxpath:

<function name="java.net.URLDecoder" prefix="urlencode"/>

But where do I put this statement?

Then I would like to use the new input module like this:


<match select="test/*"> <generate src="http://www.test.com/{urlencode:encode({1})}"


But that doesnt look quite right.



Any hints?


Regards
/Joakim


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



Reply via email to