Vicki, I'm kind of new at Cocoon, but I had a similar problem and what I did was to use Java code to generate an XML file from the dynamic data and pass that to the default generator in Cocoon. I suppose you could also generate SAX events and pass them to Cocoon as well if you didn't want the XML file to exist on your server's filesystem.
Bob Hitchins -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 19, 2002 8:38 PM To: [EMAIL PROTECTED] Subject: cocoon to recognise tag libraries I have cocoon2 running on oc4j9.0.3 and a j2ee application (ipp) also running on oc4j. from my application I need to be able to convert a jsp to pdf using cocoon. I currently have a jsp with static data that converts to pdf. I don't know how to get cocoon to recognise java tags specific to my application that are in the jsp. These java tags create dynamic data for the pdf. For example in my jsp I have <%@ page import="com.wcq.waf.util.tracer.Debug" %> and cocoon throws an error because the class is application specific. Thanks Vicki ************************************************************************ *** Messages included in this e-mail and any of its attachments are those of the author unless specifically stated to represent WorkCover Queensland. The contents of this message are to be used for the intended purpose only and are to be kept confidential at all times. This message may contain privileged information directed only to the intended addressee/s. Accidental receipt of this information should be deleted promptly and the sender notified. This e-mail has been scanned by Sophos for known viruses. However, no warranty nor liability is implied in this respect. ********************************************************************** --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]> --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>