|
We are moving from cocoon 2.1.dev to Cocoon 2.1.3
dev.(Tomcat 4)
One of our xsl that worked under earlier version,
fails now :
The template that causes error is :
<xsl:template
match="abc:*">
<xsl:copy><xsl:copy-of select="node() | @"/></xsl:copy> </xsl:template> Namespace is declared.
Error is as follows:
org.apache.cocoon.ProcessingException: Unable to get transformer handler for abc.xsl org.apache.excalibur.xml.xslt.XSLTProcessorException: Exception in creating Transform Handler Any help is welcome. Thanks in advance. From, iyyappan
|
