> From: Andreas Buschka (tops.net) [mailto:[EMAIL PROTECTED]] > > Hello! > > I have the following setup: > > - SuSE 8.0 Base System with the bundled Apache > - Cocoon 2.0.2 Binary installation in /opt/jakarta/webapps/cocoon > > The base installation works fine, but I cannot add a directory to put my own > XML/XSL files in. I have added the following to the sample sitemap.xmap in > the root directory: > > <map:match pattern="topsnet/hcu.xml"> > <map:generate src="topsnet/documents/hcu.xml"/> > <map:transform src="topsnet/stylesheets/topsnet2html.xsl" type="xslt"> > </map:transform> > <map:serialize type="html"/> > </map:match> > > The directory topsnet/ exists below the cocoon directory, and both the xml > and xsl files exist. > > When I access the URL http://myserver:8080/cocoon/topsnet/hcu.xml , I get > the following error: > > An error occurred The org.apache.cocoon.www.sitemap_xmap notifies that > org.apache.cocoon.ProcessingException says: > > Exception in creating Transform Handler > > More precisely: > > org.apache.cocoon.ProcessingException: Exception in creating Transform > Handler > > The stacktrace is: > org.apache.cocoon.ProcessingException: Exception in creating Transform > Handler > at > org.apache.cocoon.components.xslt.XSLTProcessorImpl.getTransformerHandle r(XS > LTProcessorImpl.java:271) > at > org.apache.cocoon.components.xslt.XSLTProcessorImpl.getTransformerHandle r(XS > LTProcessorImpl.java:204) > at > org.apache.cocoon.transformation.TraxTransformer.setup(TraxTransformer.j ava: > 295) > at
... You have an error in the topsnet/stylesheets/topsnet2html.xsl. Vadim --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>