Mansour pisze:
I am getting an error:

No default type exists for 'pipeline' at file:/opt/tomcat/webapps/mysite/sitemap.xmap:5:17

Now, what is this ?? Here's the contents of my sitemap:

 1 <?xml version="1.0" encoding="iso-8859-1"?>
 2  3 <map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0";>
 4         <map:pipelines>
 5                 <map:pipeline>

Have you tried to use:
<map:pipeline type="noncaching">

or
<map:pipeline type="caching"> instead?

I believe this will move you forward.

--
Grzegorz Kossakowski

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

Reply via email to