I have the Cocoon Developer's Handbook and it seems to indicate that I need to do this in my subsitemap:
<map:pipeline>
<map:match pattern="**/*.css">
<map:read mime-type="text/css" src="style/{2}.css"/>
</map:match>
</map:pipeline> <map:pipeline>
<map:match pattern="**/*.gif">
<map:read mime-type="text/css" src="style/{2}.css"/>
</map:match>
</map:pipeline>However, that hasn't solved the problem. Anyone have any idea what I'm missing? I do need to have these pipelines in my sitemap so that pages can find their images and stylesheets, right?
Thanks in advance,
Ben Munat
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
