You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Lionel Crine <cr...@4dconcept.fr> on 2003/02/11 17:42:14 UTC

error links to the sitemap

I have a strange error.

I wrote this pipeline :


		<!-- generate an xml request file -->
		<map:match pattern="ixia/request">
	          <map:generate type="request"/>
		  <map:transform type="xslt" src="demo/request.xsl"/>
		  <map:transform type="IXIASOFTQuery"/>
		  <map:serialize type="xmltext"/>
		</map:match>


When I test it, it's working ONLY once.
When I refresh the page, the transformers works fine (saw that in tomcat 
console) but the page is empty.

So if I want it to work again i need to save again sitemap!!!

What's happening ?


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