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: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>