lfhc pisze:
Hi,
what I'm trying to do is to transform this :

<xml ...

<image>http://sourceurl/path/image.jpg</image>

to

http://cocoonurl/image.jpg  where this image is resized.

You need something like this:
<map:match pattern="images/**"
  <map:read type="image-op-scale" 
src="cached:http://sourceurl/{1}?cocoon:cache-expires=60&cocoon:cache-name=cached-images"/>
</map:match>

This way you will get proxy-like behaviour thanks to Cocoon's cached: protocol 
thus avoiding re-downloading original images again and again.

For description of cached source, take a look at: http://cocoon.apache.org/2.1/apidocs/org/apache/cocoon/components/source/impl/CachingSource.html

--
Grzegorz Kossakowski
http://reflectingonthevicissitudes.wordpress.com/

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

Reply via email to