c2 struts

2001-09-12 Thread stefan werner
Hello, are there any Informations about using c2 and struts together. I searched at google, but no results. I'd like tocombine c2 featureswith a struts-app. I built c2including the struts.jar, but I failed with the configuration. Did someoneherehas been successfull with using c2and struts

Saxon and C2

2001-09-12 Thread Mario Muja
Hi, Who knows how to use the Saxon XSLT processor with Cocoon 2? Thank you very much for your help. Mario - Please check that your question has not already been answered in the FAQ before posting.

Re: Nobody Knows HOW TO SAVE STREAM ON DISK!!

2001-09-12 Thread Mario Muja
Is somebody out there, who wrote a serializer to write an XSP stream to disk? Thank you very much for your help. Mario Muja Karl ie wrote: [EMAIL PROTECTED]"> there are ways to do this, but it involves a bit java hacking as i don'tknow so much about cocoon.1: make your own

RE: embedding fonts (FOP and C2)

2001-09-12 Thread Giacomo Pati
Quoting Jacob Cantwell [EMAIL PROTECTED]: thanks Giacomo and Colin, i went through the logs again, and picked up that it wasnt finding the font. (i swear it wasn't in the logs before) in my sitemap: user-config src=d:/fop/conf/userconfig.xml/ in my userconfig.xml: font

RE: Cocoon2 problem

2001-09-12 Thread Enric Staromiejski
Rafa, nosotros los solucionamos así (translation: Rafa, we solved it like this): 1. Edit the ant file with joe (We're using Linux RedHat 7.0) 2. Delete the blank between #! and /bin/sh 3. If you see an underlined M at the end of each line...delete it 4. Save and execute Good Luck! Enric BCN

SAX, DOM

2001-09-12 Thread Thomas Hofer
hi all! i got following problem (using cocoon2). -how do i create an XML-stream (using a xsp-file (serverpage in sitemap)) in the following way: i have a string (itemitem1/itemitemitem2/item) and want it to insert into the xml-stream. sorry for the inconvienience, but the documentation is

Cocoon error page

2001-09-12 Thread Alexandre Victoor
Hello, I am a new tomcat-cocoon user. When the producer argument given to Cocoon is bad, Cocoon give an error page Error found handling the request. with the java stacktrace below. On my production site, I don't want the users to see the java stacktrace. How can I configure Cocoon to return a

[C2] multiple versus individual pipelines

2001-09-12 Thread Jeremy Quinn
Dear All, What is the difference in behaviour between having multiple map:pipeline/s and map:pipeline/s with multiple map:match/s? Thanks regards Jeremy -- ___ Jeremy Quinn Karma

[C2] blank pages ????

2001-09-12 Thread Jeremy Quinn
Dear All, I seem to get blank pages when there is something wrong with the URL I use. What is causing this? How do I stop it? Thanks for any help regards Jeremy -- ___ Jeremy Quinn

RE: [C2] blank pages ????

2001-09-12 Thread Vadim Gritsenko
Define error-handler type=404/ in your pipelines/ (in addition to error-handler/) Regards, Vadim -Original Message- From: Jeremy Quinn [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 12, 2001 12:58 PM To: Cocoon Users Subject: [C2] blank pages Dear All, I seem to

Re: [C2] multiple versus individual pipelines

2001-09-12 Thread Jeremy Quinn
At 11:00 AM -0600 12/9/01, Michael McKibben wrote: Hello, when first looking at Cocoon2 I had the same question. This is what I have been able to discover. The distinction is subtle. The multiple pipeline approach allows you to define seperate handle-errors pipelines for error handling. Also, you

RE: [C2] multiple versus individual pipelines

2001-09-12 Thread Vadim Gritsenko
Nope, Michael mentioned everything. Vadim -Original Message- From: Jeremy Quinn [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 12, 2001 1:40 PM To: [EMAIL PROTECTED] Subject: Re: [C2] multiple versus individual pipelines At 11:00 AM -0600 12/9/01, Michael McKibben

RE: Configuration on Weblogic 5.1 and Win2000

2001-09-12 Thread jamesjbigler
I moved parser.jar(xerces 1.4) to the front of my classpath and did a new build. Now there are no error messages in the log but whenever I hit http://localhost:7001/cocoon I get a 404 error message. I checked cocoon log and cocoon is processing the request. The log says it compiles

Re: Namespaces

2001-09-12 Thread Martin Kavalar
can anyone tell me how to get rid of namespaces appear in elements further down then the root element? Martin Kavalar wrote: exclude-result-prefixes=#default myotherns still prints out the default namespace...any clue why? Laurent KEMPENEERS wrote: Sorry, My answer was not complete...

RE: [C2] blank pages ????

2001-09-12 Thread Jeremy Quinn
At 1:19 PM -0400 12/9/01, Vadim Gritsenko wrote: Define error-handler type=404/ in your pipelines/ (in addition to error-handler/) The tag error-handler/ is not in the sitemap logicsheet, sitemap.xsl. Do you mean something like this? map:pipeline map:match

RE: [C2] blank pages ????

2001-09-12 Thread Vadim Gritsenko
Sorry, yes, I meant map:handle-errors/, but please use 404 (not 401). Empty page (with status 404 in response) is returned when this handler is not found (done in CocoonServlet.java). Vadim -Original Message- From: Jeremy Quinn [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September

RE: [C2] blank pages ????

2001-09-12 Thread Jeremy Quinn
At 3:04 PM -0400 12/9/01, Vadim Gritsenko wrote: Sorry, yes, I meant map:handle-errors/, but please use 404 (not 401). Ha ;) Empty page (with status 404 in response) is returned when this handler is not found (done in CocoonServlet.java). Thanks regards Jeremy --

inherit actions in sub-sitemaps?

2001-09-12 Thread Jeremy Quinn
Hi All, Me again ;) Is it possible to inherit into a sub-sitemap, the map:actions/ component declaration from parent SiteMaps? map:generators/, map:transformers/ etc. appear to get inherited. Any clarification would be welcomed. regards Jeremy --

RE: inherit actions in sub-sitemaps?

2001-09-12 Thread Vadim Gritsenko
Works for me... I do not have even map:actions in my subsitemap, and actions got inherited. Vadim -Original Message- From: Jeremy Quinn [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 12, 2001 3:12 PM To: Cocoon Users Subject: inherit actions in sub-sitemaps? Hi All,

TurbineResources.properties error msg

2001-09-12 Thread Mark S. Kent
I asked this earlier but received no response: I've turned on esql pooling (which works great), but now the first time I try to run an esql command in an XML file I get an error message in the tomcat log file of: java.lang.Exception: The logfile= property and the turbine.logs= property in the

Re: [C2] multiple versus individual pipelines

2001-09-12 Thread giacomo
On Wed, 12 Sep 2001, Jeremy Quinn wrote: Dear All, What is the difference in behaviour between having multiple map:pipeline/s and map:pipeline/s with multiple map:match/s? The map:handle-error element. Technically it is a try/catch block for each map:pipeline/. Giacomo Thanks regards

problem with xml document() function

2001-09-12 Thread Mamadou Bobo Sylla
Hello people. I am having problem using document(). Here is the situation: My menu.xml and remove-user.xml are in the same directory. I don't get any result when I call menu.xml inside remove-user.xsl by using document(menu.xml). If I try document('menu.xml','/C:/cocoon/xml/admin'), only