from:
<xsl:template match="@href or @src">
to:
<xsl:template match="@*[name()='href' or name()='src']">
Its been a while but as I recall it was related to namespace issues and the default namespace. Also I had never put the cocoon distribution of xalan in my jdk lib/endorsed directory as described in the installation documentation (note to self: probably should do this)
Charles
Jeremy Quinn wrote:
Hi Guys
I am moving a project :
<http://kiss-ccr.dyndns.org> (temp URL)
from a very old Cocoon2.x to Cocoon 2.1-dev and have an XSLT StyleSheet that works with Xalan but not with XSLTC (no useful error reports).
I can't find now, who these problems should be reported to.
Anyone remember (it's been a while since problems like this were last happening)?
Thanks for any help
regards Jeremy