You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Sebastian Mäder <ma...@fh-brandenburg.de> on 2001/10/02 09:05:30 UTC

Newbie: Problems with Sitemap

Hi Cocooner's.

I Have build a website like local:cocoon/xyz.

In the sitemap:

<map:match pattern="yz/**.swf">
   <map:read src="yz/flash/{1}.swf" mime-type="application/futuresplash"/>
</map:match>

I can insert my flashfilm. Then I want to open the flashfilm a second time.
And I insert this in the sitemap:

<map:match pattern="yz/directory/**.swf">
   <map:read src="yz/flash/{1}.swf" mime-type="application/futuresplash"/>
</map:match>

Now my Problem. Cocoon only open yz/flash.swf and cocoon don't open
yz/directory/flash.swf .. its the same File and I need this File on both
places.

What's the Problem ???

THX

Sebastian

--------------------------------------------------------------
Sebastian Mäder
Trainee uranum - GmbH | www.uranum.de
maeder@fh-brandenburg.de | (49)171 42 82 021
--------------------------------------------------------------


---------------------------------------------------------------------
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: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>