Re: own generator

2002-08-02 Thread Istvan Beszteri
Hi, I have updated the setup method. here is the code: public void setup(SourceResolver resolver, Map objectModel, String src, Parameters par) throws ProcessingException, SAXException,

RE: own generator

2002-08-01 Thread Geoff Howard
for that so I don't have to come up with another example? Geoff -Original Message- From: Istvan Beszteri [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 01, 2002 5:36 AM To: [EMAIL PROTECTED] Subject: Re: own generator Hi All, Thanks for the help. I tried Geoff's modified

own generator

2002-07-31 Thread Istvan Beszteri
Hi All, I'd like to write my own generator. I have written the following generator according to the documents on the Cocoon 2 site, by extending an example. I can start the generator properly, but I can not pass any parameter to it. Somehow I'd like to reach the HTTP request itself (requested

RE: own generator

2002-07-31 Thread Vadim Gritsenko
From: Istvan Beszteri [mailto:[EMAIL PROTECTED]] Hi All, I'd like to write my own generator. I have written the following generator according to the documents on the Cocoon 2 site, by extending an example. I can start the generator properly, but I can not pass any parameter

RE: own generator

2002-07-31 Thread Geoff Howard
and probably missed something - exceptions and imports most likely - and don't have time to test it out right now. Geoff Howard -Original Message- From: Istvan Beszteri [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 31, 2002 1:36 PM To: [EMAIL PROTECTED] Subject: own generator Hi All

Re: Error when deploying own generator

2002-03-28 Thread Christian Schmitt
it with Cocoon 2 I have tried to write my own generator. But every time I try to test it, I get a java.lang.NoClassDefFoundError: org/apache/cocoon/generation/AbstractGenerator I guess it has something to do with an incorrect classpath, but I have tried a lot and haven't been able to solve it. big-snip

RE: Error when deploying own generator

2002-03-28 Thread Volker Schneider
the compilation... Best regards - Volker - -Original Message- From: Erwin [mailto:[EMAIL PROTECTED]] Sent: Donnerstag, 28. Marz 2002 13:35 To: Cocoon Users mailing list Subject: Error when deploying own generator Hi, I have a program that dynamically generates XML content and to integrate

Re: Error when deploying own generator [solved]

2002-03-28 Thread Erwin
On Thu, 28 Mar 2002, Erwin wrote: On Thu, 28 Mar 2002, Christian Schmitt wrote: Erwin, have you tried to put your classes in $TOMCAT_HOME/webapps/cocoon/WEB-INF/classes Or do I also have to place all the class files of Cocoon 2 self in that classes-directory? (Seems odd to me, since

RE: Error when deploying own generator

2002-03-28 Thread Vadim Gritsenko
From: Erwin [mailto:[EMAIL PROTECTED]] On Thu, 28 Mar 2002, Christian Schmitt wrote: Erwin, have you tried to put your classes in $TOMCAT_HOME/webapps/cocoon/WEB-INF/classes That's the place where they should be. Hth, Christian Tnx for your answer. Well, I have tried

Problem with own Generator and XSLT

2001-09-07 Thread Martin Kavalar
Hello, For a project we are working on, we are implementing our own generator, which is supposed to combine multiple input sources (XML-FS, OODB, RDB, ...) and output one XML. We started out with the generator having all XML hardcoded in our generator, so it would look like this: public void

AW: Problem with own Generator and XSLT

2001-09-07 Thread Carsten Ziegeler
: Problem with own Generator and XSLT Hello, For a project we are working on, we are implementing our own generator, which is supposed to combine multiple input sources (XML-FS, OODB, RDB, ...) and output one XML. We started out with the generator having all XML hardcoded in our generator, so

[c2] writing own generator

2001-07-28 Thread Gerhard Froehlich
Hi, I want to write my own generator. Which processes all xml files in one directory and outputs them all as one pdf-file. Following configuration in the sitemap.xmap: map:match pattern=documents_pdf/documentation.pdf map:generate type=mygenerator src=docs/xdocs// map:transform src

AW: [c2] writing own generator

2001-07-28 Thread Gerhard Froehlich
e, forget it folks that was not the problem. sorry for making noise -Ursprüngliche Nachricht- Von: Gerhard Froehlich [mailto:[EMAIL PROTECTED]] Gesendet: Saturday, July 28, 2001 4:57 PM An: cocoon-user Betreff: [c2] writing own generator Hi, I want to write my own generator. Which