RE: internal-server-error in cocoon..... org.apache.cocoon.Proces singException

2003-12-29 Thread Alten, Jelle Paul (sds-sp)
Hi Suneer, I've had similar problems when a sitemap was not correct (order of elements in pipelines, extra elements in pipelines). Can you check that if it gives this problem with other sitemaps? Does the problem occur for _all_ requests to _one_ sitemap? Hope it helps, Jelle -Oorspronkel

how to stop jetty (windows)

2003-12-29 Thread Alten, Jelle Paul (sds-sp)
Hi, I got Jetty running! Before this day I used Tomcat as the cocoon servlet engine, but found it a little slow and sluggish. So nice to have Jetty... Just one question: is there another way except for pressing ctrl-C in the "dosbox" to stop Jetty? Perhaps by setting the "stop port" (where?) or p

RE: cocoon under tomcat

2003-12-22 Thread Alten, Jelle Paul (sds-sp)
Hi Rebhi, Usually this is a html-compatibility problem, not a problem by Cocoon or Tomcat. The browser probably doesn't support the HTML you generate. It might not be proper HTML. If you want to use special features for different browsers, you might want to use the browser-selector to take special

complex sitemaps wanted for testing the sitemap-viewer

2003-12-19 Thread Alten, Jelle Paul (sds-sp)
S, in the scratchpad section. You can copy the directory "sitemap-viewer" next to your directory if you want to see it working. Thanks in advance, Jelle -Oorspronkelijk bericht----- Van: Alten, Jelle Paul (sds-sp) [mailto:[EMAIL PROTECTED] Verzonden: vrijdag 19 december 2003 10:

RE: sitemap circular reference

2003-12-19 Thread Alten, Jelle Paul (sds-sp)
Hi Otmar, Try changing the order, first the "file/*" followed by the "**/file/*" It doesn't answer your question but it will solve your problem. Jelle -Oorspronkelijk bericht- Van: Otmar Vobejda [mailto:[EMAIL PROTECTED] Verzonden: vrijdag 19 december 2003 2:50 Aan: [EMAIL PROTECTED] On

RE: Sitemap XSL

2003-11-08 Thread Alten, Jelle Paul (sds-sp)
Hi Bruce, I made a Sitemap Viewer that should help you a lot. Try it out or send me your Sitemap to see if the Viewer handles all you need. Let me know what you think about it, I'm still finetuning it. You can find the Sitemap Viewer in Bugzilla. I think it is here: http://nagoya.apache.org/bugz

RE: [HELP]: How to set xml encoding for SourceWritingTransformer -

2003-11-06 Thread Alten, Jelle Paul (sds-sp)
tput files continue to have the encoding set to utf-8   Any idea?   Thank you   Gianluca   - Original Message - From: Alten, Jelle Paul (sds-sp) To: '[EMAIL PROTECTED]' Sent: Thursday, November 06, 2003 5:07 PM Subject: RE: [H

RE: [HELP]: How to set xml encoding?

2003-11-06 Thread Alten, Jelle Paul (sds-sp)
Sorry, al little too quick perhaps. You should also define the encoding in the components section, for example:               UTF-8            ISO-8859-1          -Oorspronkelijk bericht-Van: Alten, Jelle Paul

RE: [HELP]: How to set xml encoding?

2003-11-06 Thread Alten, Jelle Paul (sds-sp)
use       Jelle -Oorspronkelijk bericht-Van: Gianluca Morello [mailto:[EMAIL PROTECTED]Verzonden: donderdag 6 november 2003 17:21Aan: [EMAIL PROTECTED]Onderwerp: [HELP]: How to set xml encoding? Hallo,   i need to set correctly the encoding of my xml output files

RE: Woody proposals: default parameter value

2003-11-06 Thread Alten, Jelle Paul (sds-sp)
Hi Carmona, no text is shown in bold, since the email is converted to just ascii on this side of the world (or at least in my puter) and all text formatting is gone. Can you resend the message and mark the lines in a different way? Preferably not italic ;) Jelle -Oorspronkelijk bericht-

RE: problem with caching of jpegs by Internet Explorer

2003-11-05 Thread Alten, Jelle Paul (sds-sp)
What I do to force a refresh in ms-ie: change the src-uri of the image every time the html is served: add a timestamp-generated nr to the uri like this: next time the html is requested make sure the nr-value is different: You can do this server side, or with javascript client side. Don

new Sitemap Viewer

2003-11-04 Thread Alten, Jelle Paul (sds-sp)
I put a new version of the Sitemap Viewer in bugzilla: http://nagoya.apache.org/bugzilla/showattachment.cgi?attach_id=8918 I think it is getting better. Let me know what you think. Greetings, Jelle - To unsubscribe, e-mail:

Sitemap viewer is there

2003-10-31 Thread Alten, Jelle Paul (sds-sp)
PROTECTED] Verzonden: donderdag 30 oktober 2003 17:19 Aan: [EMAIL PROTECTED] Onderwerp: Re: Sitemap viewer Le Jeudi, 30 oct 2003, à 17:08 Europe/Zurich, Alten, Jelle Paul (sds-sp) a écrit : > ...Yes, but is it a little different. My tool follows redirects and > generators, > and vi

RE: Sitemap viewer

2003-10-30 Thread Alten, Jelle Paul (sds-sp)
:[EMAIL PROTECTED] Verzonden: donderdag 30 oktober 2003 16:32 Aan: '[EMAIL PROTECTED]' Onderwerp: AW: Sitemap viewer Hi Jelle, Did you try this: http://sourceforge.net/projects/pollo/ ? kind regards, Guillaume -Ursprüngliche Nachricht- Von: Alten, Jelle Paul (sds-sp) [mai

Sitemap viewer

2003-10-30 Thread Alten, Jelle Paul (sds-sp)
Hi, I made a sitemapviewer using cocoon. it attemps to create a HTML visualizing the selected sitemap. I think it is usefull for re-understanding a complex sitemap. Is anybody interested in this as well? Anybody like to test it with me before I give it to the public? Where should I dump this whe

RE: [HELP]No pipeline matched request:double asterisk does not wo rk ?

2003-10-29 Thread Alten, Jelle Paul (sds-sp)
Wouter, You have to use the double asterisk in the root sitemap as well, otherwise it will never get to the subsitemap. for example, in the root sitemap: pattern="demo/*" won't match demo/test/xmldir/test.xml, but will match demo/test.xml So it will never get to the mount, and never ent

RE: Writing plain text files?

2003-10-28 Thread Alten, Jelle Paul (sds-sp)
Nice one, Kieran. One more last addition in the xsl, start with: That's all for now. Jelle -Oorspronkelijk bericht- Van: Kieran Kirwan [mailto:[EMAIL PROTECTED] Verzonden: dinsdag 28 oktober 2003 18:36 Aan: [EMAIL PROTECTED] Onderwerp: RE: Writing plain text files? Try these, -

RE: Writing plain text files?

2003-10-28 Thread Alten, Jelle Paul (sds-sp)
That's right. I did that before, even generating a .bat file. This means I had cocoon writing a program for me :) The sitemap looks like this: Where it takes an html file as input, transforms it to a "restultaten.bat" f