RE : How can I remove line feed in my XML output

2004-05-25 Thread MAHE Vincent FTRD/DIH/REN
XML output MAHE Vincent FTRD/DIH/REN wrote: > Hello, > > I have a pipeline which produces XML output with Cocoon. > I would like to remove useless line feed in the output stream in order > to have a beautiful indented XML file. How is it possible ? > > For instance,

How can I remove line feed in my XML output

2004-05-24 Thread MAHE Vincent FTRD/DIH/REN
Title: How can I remove line feed in my XML output Hello, I have a pipeline which produces XML output with Cocoon. I would like to remove useless line feed in the output stream in order to have a beautiful indented XML file. How is it possible ? For instance, when I have  this : Hello

How can I know which XSLT transformer Implementation Cocoon is using ?

2004-02-19 Thread MAHE Vincent FTRD/DIH/REN
I have declared in my sitemap.xmap and cocoon.xconf files, both Xalan en Saxon transformer.   I would like to make sure that Cocoon is using the right XSLT transformer Implementation (and not the one provided with the JVM or the Tomcat server).   What is the simplest way to do that ?   Vinc

Problem with disable-output-escaping with the 2.1.4 version

2004-02-18 Thread MAHE Vincent FTRD/DIH/REN
I use to generate some add-hoc content with my XSLT. After my XSLT, I have an i18n transform in the pipeline, so I have put method="xml" in my declaration in order to make sure I have pretty XML before i18n is triggered.   It used to work well with all previous cocoon 2.0.X versions and

Question about xslt bench

2004-02-10 Thread MAHE Vincent FTRD/DIH/REN
I am running performance tests on a webapp using Cocoon 2.1.3 on Resin 2.1.9 with the IBM JVM.   I have installed the profiler which told me that most of time is spent on the xslt tranform in my pipeline (the setup time, not the processing time) For the moment I'm using the default xalan XS

RE: Is it possible to have poolable actions ?

2004-02-10 Thread MAHE Vincent FTRD/DIH/REN
pool for this component is generally undersized. Jorg MAHE Vincent FTRD/DIH/REN wrote: > Do you mean that every action already implements the Poolable interface ? > > If so, why do I have these messages about "decommissioning instance of" ? > > Vincent > > --

RE: Is it possible to have poolable actions ?

2004-02-10 Thread MAHE Vincent FTRD/DIH/REN
ROTECTED] Objet : Re: Is it possible to have poolable actions ? Well, yes you have to implement actions interface :=) See the archives and the wiki Le Lundi 09 Février 2004 17:23, MAHE Vincent FTRD/DIH/REN a écrit : > Hi, > > I'm using > > When I test my webapp in DEBUG mode

Is it possible to have poolable actions ?

2004-02-09 Thread MAHE Vincent FTRD/DIH/REN
Hi,   I'm using   When I test my webapp in DEBUG mode, I have the following lines in the sitemap.log file :   DEBUG   (2004-02-09) 11:11.41:727   [sitemap] (/test/) tcpConnection-80-0/DefaultComponentFactory: ComponentFactory creating new instance of mobivisit.acting._common.SessionIsVal