Annie Dumont wrote:
org.apache.cocoon.ProcessingException: Unable to get transformer handler for cocoon://lenya-page/iut/authoring/index.xml: org.apache.excalibur.xml.xslt.XSLTProcessorException: Exception in creating Transform Handler
cause: java.lang.NullPointerException
this is most likely a stylesheet problem. earlier xalan versions were too forgiving, and older lenya versions therefore had xslt bugs. one to look out for is
<xsl:param name="something" value=""/> is wrong, should be <xsl:param name="something" value="''"/>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
