from http://mailman.real-time.com/pipermail/cocoon-users/2001-October/020090.html: >org.apache.cocoon.ProcessingException: Error in creating Transform >Handler: java.lang.RuntimeException: Programmer's assertion in >getNextStepPos: unknown stepType: -1 > >Does anyone know what this means? > >...or rather when you get an error like this, what kind of things could >have you done wrong? :) > >Thanks. Have fun, > >Phil
I had the same problem. The line which causes the error was: <xsl:when test="($tralala=='') or ($bla=='')"> The double "=" causes the error. I think syntax errors in expressions cause such errors. ciao Rodrigo --------------------------------------------------------------------- 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]>