> From: Peter Lerche [mailto:[EMAIL PROTECTED]]
> 
> Hi,
> 
> I need to be able to serve an image file which is situated
> in a directory where only its relative path is known to the
sitemap.xmap
> file.
> 
> 
> I have tried to get relative path to work as
> 
> <map:read mime-type="image/jpg" src="file:../../../xxx/yyy"/>

This syntax is illegal.

Why not:

<map:read mime-type="image/jpg" src="../../../xxx/yyy"/>

?

Vadim

> 
> but without any luck
> 
> Can anybody help  -- Thaks
> 
> 
> Peter


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

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

Reply via email to