336) at org.apache.cocoon.transformation.TraxTransformer.setup(TraxTransformer.java:299) atxsl:param name="resources-uri">/modules/newsletter/resources/woody</xsl:param>
after that I got the error:
An Error Occurred org.apache.cocoon.ProcessingException file:/home/roku/Work/jesse/website/cocoon-lenya/build/lenya/webapp/lenya/modules/newsletter/resources/woody/woody-calendar-styling.xsl: line 26: Variable 'resources-uri' is multiply defined in the same scope. org.apache.cocoon.ProcessingException: Unable to get transformer handler for file:/home/roku/Work/jesse/website/cocoon-lenya/build/lenya/webapp/lenya/modules/newsletter/resources/woody/woody-samples-styling.xsl: org.apache.excalibur.xml.xslt.XSLTProcessorException: Exception in creating Transform Handler javax.xml.transform.TransformerException: file:/home/roku/Work/jesse/website/cocoon-lenya/build/lenya/webapp/lenya/modules/newsletter/resources/woody/woody-calendar-styling.xsl: line 26: Variable 'resources-uri' is multiply defined in the same scope. Original Exception: org.apache.excalibur.xml.xslt.XSLTProcessorException: Exception in creating Transform Handler at org.apache.excalibur.xml.xslt.XSLTProcessorImpl.getTransformerHandlerAndValidity(XSLTProcessorImpl.java:
If I comment the decl of resource-uri in calendar and htmlarea xsl, everything worked fine, except a thing I will tell later.
So, my question is:
Why do I get the error above? I have not changed big things than a path.
It's a bug in XSLTC, so switch to Xalan for this transformation please. http://issues.apache.org/bugzilla/show_bug.cgi?id=27604
Joerg
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
