On Mar 26, 2008, at 7:28 AM, Luca Morandini wrote:
Magnus Haraldsen Amundsen wrote:
<map:match pattern="**/images/*.gif">
 <map:read src="resources/images/{1}.gif" mime-type="image/gif"/>
</map:match>
I’ve tried it, but hasn’t had any success in getting it working yet.

It should be {2} (not {1}) since you want to match the name of the GIF image and not its path.

And downside is polluted cache and proxies.

It's much better to just parameterize XSLT with absolute context path, or with relative path to the context root. Better yet is to move static resources out to httpd server.

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

Reply via email to