I get it now. Still not working though.
So, how about we go one step back. I noticed that any remote image will not
work via the match eg:
<map:match pattern="*.jpg">
        <map:read
src="http://www.absnetwork.com.au/abs_consult-106079.jpg"/>
</map:match>



> -----Original Message-----
> From: Tobia Conforto [mailto:[EMAIL PROTECTED]
> Sent: Friday, 3 August 2007 10:22 PM
> To: [email protected]
> Subject: Re: access remote jpg
> 
> Lincoln Mitchell wrote:
> > You said: "What you probably can do is to make the request to your
> > Cocoon server and let Cocoon grab it for you with a reader from the
> > remote server." I am not familiar with the terms you are using so am a
> > bit confused.
> 
> He meant: <Generate an HTML page that will make the client request the
> image from your Cocoon server; in Cocoon, handle the request with a
> reader, that will download the image from the remote server and send it
> to the client.>
> 
> Example HTML:
> 
>       <img src="remote/123456.jpeg"/>
> 
> and matcher + reader:
> 
>       <map:match pattern="remote/*.jpeg">
>         <map:read src="http://remote.server/blah/blah/{1}.jpeg"/>
>       </map:match>
> 
> 
> Tobia
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]



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

Reply via email to