My Process
1. Exploring the LinkRewriter Demos, I went to the "sitedemo".
2. org.apache.cocoon.ProcessingException: Failed to execute pipeline.: org.apache.avalon.framework.CascadingRuntimeException: Error accessing attribute '/site/index/@href' from input module 'linkmap'. Error using source cocoon:/linkmap
3. So, I tried to bring up the "linkmap", and got: org.apache.cocoon.ProcessingException: Unable to get transformer handler for stylesheets/relativize-linkmap.xsl: org.apache.excalibur.xml.xslt.XSLTProcessorException: Exception in creating Transform Handler
Things I've Tried
* relativize-linkmap.xsl imports dotdots.xsl. If I replace the <xsl:include/> with the content of the dotdots.xsl stylesheet, the problem dissapears.
* If I visit other samples that use <xsl:include/>, the problem follows.
* Trying Cocoon 2.1-M1, this problem does not exist.
My Environment
Cocoon Version: 2.1m2 Servlet Container: Jetty (included with Cocoon) Java Version: 1.4.1_02 OS: Windows XP
I didn't see anyone report the problem, and since it's so fundamental, I figure it's me. So, thank you in advance for any pointers you can give!
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]