Ines,
are you absolutely sure the jobs.xml file is located in the same directory of your
sub-sitemap ?
The "url" parameter is relative to the sitemap directory. Therefore, if the jobs.xml
existed in the test directory, you would use
value="test/jobs.xml" to properly assess its existence.
Regards,
---------------------------------------------
Luca Morandini
GIS Consultant
[EMAIL PROTECTED]
http://utenti.tripod.it/lmorandini/index.html
---------------------------------------------
> -----Original Message-----
> From: Ines Robbers [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, February 11, 2003 5:05 PM
> To: Cocoon Mailingliste
> Subject: resource-exists problem
>
>
> Hello!
>
> Can someone help me with this:
>
> <map:pipeline>
> <map:match pattern="test/*">
> <map:act type="resource-exists">
> <map:parameter name="url" value="{1}.xml"/>
> <!-- it's available -->
> <map:generate src="test/{1}.xml"/>
> <map:transform src="test/style.xsl"/>
> <map:serialize/>
> </map:act>
> <!-- not found -->
> <map:generate src="test/DocumentNotAvailable.xml"/>
> <map:transform src="test/stylesheet.xsl"/>
> <map:serialize/>
> </map:match>
> </map:pipeline>
>
> When I type in http://localhost:8080/cocoon/test/jobs, for some reason
> Cocoon brings up DocumentNotAvailable.xml even though a jobs.xml
> document does exist.
> What am I doing wrong here?
>
> Many thanks!
>
>
>
> Ines Robbers
>
>
>
> ---------------------------------------------------------------------
> Please check that your question has not already been answered in the
> FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>
>
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail: <[EMAIL PROTECTED]>
>
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>