Hello!

I have a problem displaying an image in a stylesheet:

I have read the stuff on
http://wiki.cocoondev.org/Wiki.jsp?page=ServingStaticFiles "Serving
Static Files" but I can't get it to work.
It sais in the end there is another why serving images through apache.
How does that work?

For now I tried to generate, transform and serialize the image because
as is explain on wiki: "the Reader method won't work for a static HTML
document" 

What generator do I use to generate images?

Can anybody please help?


This is what I wrote in the sitemap:

<!-- images -->         
<map:match pattern="img">
   <map:generate src="img" type="imagedirectory"/>
   <map:transform src="img.xsl"/>
   <map:serialize type="html"/>
</map:match>
<map:match pattern="img/**">
   <map:read src="img/{1}"/>
</map:match>

Many thanks!

Ines 



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

Reply via email to