Hello again, It seems that my pipeline works with only 3 transformers. Unfortunately, I need more than that. The following pipeline:
<map:pipeline> <map:match pattern="*2.xml"> <map:generate src="{1}2.xml"/> <map:transform src="test.xslt"/> <map:transform src="output.xslt"/> <map:transform src="convert.xslt"/> <map:transform src="final.xslt"/> <map:serialize type="xls"/> </map:match> </map:pipeline> Does not work, but if I remove a transformer (for instance, the test.xslt) it works fine. Summary of system: Resin 2.0.2 Sun JDK 1.4 Linux 2.4.17 Cocoon Nightly Build (2002-04-23) The error I get is a NullPointerException. For full stack trace, see my previous post. Is there a limit (either hard or soft) of transformers in a pipeline? Thanks very much, Seth --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>