Hi, A couple of quick questions.
When I include java files inside a <xsp:structure><xsp:include/></xsp:structure>, where should I put the jar files? I know that they are discovered if place them in ${TOMCAT_HOME}/lib, but I am having problems with name collisions. Specifically, a 3rd party app's API jar file I'm using includes DOM stuff that doesn't seem to work with Cocoon's code, and the 3rd party apps API doesn't work with Cocoon's DOM stuff. Second, I've looked at examples and documentation and am still fuzzy on how to write my own Generator (perhaps I still don't have my head around the Avalon architecture). Could this help? FWIW, the 3rd party app I'm using is the Tamino XML database from SoftwareAG. They provide a java based client API for talking to their XML database. If I use this API for pulling XML docs, and then pass the org.w3c.dom.Node they provide (based on the Docuverse DOM implementation) to <xsp:expr/> I get a null pointer exception. Any pointers? -Mitch --------------------------------------------------------------------- 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]>