Cenk Uysal wrote:

>I try to use JspGenerator with following sitemap entry:
>
>   <map:pipeline>
>
>     
>   <map:match pattern="cenk/*.*">
>    <map:generate src="jspxml.jsp" type="jsp"/>
>    <map:transform src="jspxml.xsl"/>
>    <map:serialize type="html"/>
>   </map:match>
>   
>    </map:pipeline>
>  
>
try define in sitemap <map:generate src="/jspxml.jsp" type="jsp"/>
instead the <map:generate src="jspxml.jsp" type="jsp"/>

Regard.
Yury.



---------------------------------------------------------------------
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]>

Reply via email to