Hi all,

I'm trying to follow along with the cTwIG document, but I can't seem to get
even the first stylesheet to work!  I've created the ctwig directory, copied
the XSL and XML files from the guide into it, and added the following to my
sitemap.xmap:

   <map:match pattern="ctwig/basic01-01.xml">
    <map:generate type="file" src="ctwig/basic01-01.xml"/>
    <map:transform type="xslt" src="ctwig/basic01-01.xsl"/>
    <map:serialize/>
  </map:match>

Everything has appropriate permissions, so I'm not quite sure what is going
wrong.  The error seems pretty generic, at least to a newbie:

Error creating the resource
Failed to execute pipeline.
details
  source - org.apache.cocoon.ProcessingException
  description - org.apache.cocoon.ProcessingException: Failed to execute
pipeline.: java.lang.RuntimeException: Problem in getTransformer:Error in
creating Transform Handler
extra info
org.apache.cocoon.ProcessingException: Failed to execute pipeline.:
java.lang.RuntimeException: Problem in getTransformer:Error in creating
Transform Handler

Suggestions?

Cya,

Chris
--
Christopher A. Brooks
Graduate Student, U of S

Email: [EMAIL PROTECTED]
Mail: Christopher Brooks
        Department of Computer Science
        University of Saskatchewan
        57 Campus Drive
        Saskatoon, Saskatchewan, S7N 5A9
        Canada



---------------------------------------------------------------------
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]>

Reply via email to