Rép. : Re: cdata-section-elements ignored by xml transformer

2006-04-18 Thread Olivier Bleses
Hi Ian, Thanks for your answer. I use a generator to add my cdata section, it is ok. And when I use my customed serializer after, it works : I find my cdata section and can manage it. But when I add a transformer between the generator and the serializer, my cdata section is removed by this trans

RE: AW: java.lang.OutOfMemoryError

2006-04-18 Thread Ard Schrijvers
> > "If it worked before, it's probably related to temp stuff stored in > tomcat's work dir." > > Yes there is a lot of stuff stored in there. Mostly empty > directorys. Is > there a way to clean this? Like a clean chache function? Yes there is (which is also very handy during development):

PCL serializer help

2006-04-18 Thread sarvesh mulay
Hi All,  Firstlty I would introduce myself. I am Sarvesh Mulay a SE. We are using Cocoon for Reporting & Printing in out project.We are currently printing PDF reports but now there are some printers which do not support PDF printing, so we wanted to use PCL serializer for this?Can you pleas

Re: PCL serializer help

2006-04-18 Thread Bertrand Delacretaz
Le 18 avr. 06 à 11:03, sarvesh mulay a écrit : ...We are currently printing PDF reports but now there are some printers which do not support PDF printing, so we wanted to use PCL serializer for this?... Cocoon uses FOP for PDF and similar formats, so you'll have to check with the FOP proje

Re: PCL serializer help

2006-04-18 Thread sarvesh mulay
Hi, Thanks for your reply ! You are right that i have to check with the FOP site regarding the PCL-format support. But i guess that is regarding the version of FOP we are using the fop-20.5 version of FOP (which comes along the Cocoon2.1.9) that has support for PCL as the necessary classes f

RE: PCL serializer help

2006-04-18 Thread Kai Mütz
I think there is no specific PCLSerializer. You should use the FOPSerializer for generating output in OCL format:   -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of sarvesh mulaySent: Tuesday, April 18, 2006 12:01 PMTo: users@cocoon.apach

Re: running Cocoon CLI for with version 2.1.8

2006-04-18 Thread Jean-Baptiste Quenot
* Stephanie Zohner: > I have just updated my cocoon version from 2.1.3 to 2.1.8 and > wnt to run cocoon cli now Hello, CLI classpath problems have been fixed in Cocoon 2.1.9 Excerpt from http://cocoon.apache.org/2.1/changes.html: Allow to run Cocoon CLI by adding servlet.jar in the classpat

Re: Upgrading Cocoon from 2.1.7 to 2.1.9

2006-04-18 Thread Jean-Baptiste Quenot
* Andreas Hochsteger: > These are the most important things we are currently using: > * FlowScript > * JXTemplates One thing great in Cocoon 2.1.9: to use the refactored JXTemplateGenerator in the new template block, it is much more efficient. -- Jean-Baptiste Quenot aka John Banana Qwerty

Re: PCL serializer help

2006-04-18 Thread Jean-Baptiste Quenot
Hello, Cocoon does not provide this feature yet, but is willing to incorporate good-enough user-submitted contributions. Best regards, -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/ - To uns

Rép. : Re: cdata-section-elements ignored by xml transformer

2006-04-18 Thread Olivier Bleses
Thanks for your answer. I use a generator to add my cdata section, it is ok. And when I use my customed serializer after, it works : I find my cdata section and can manage it. But when I add a transformer between the generator and the serializer, my cdata section is removed by this transformer. I

Re: Problems with the SessionTransformer and

2006-04-18 Thread Lars Huttar
On Jan 19, 2006 Tino Breddin wrote: Hi Ian, my fault, i have made a mistake, when i pasted my sitemap fragment into the email. My correct fragment looks like this:

Re: Rép. : Re: cdata-section-elements ignored by xml transformer

2006-04-18 Thread ian . d . stewart
Salut Olivier, Looks like I mispoke earlier. Configuration of cdata-section-elements needs to happen in the Serializer, not the Generator (sorry about that). Example: ... HTH, Ian It's better to be hated for who you are than loved for who you are not Ian D. Stewart Appl Dev Analyst-

Need help with HTMLArea in Cforms

2006-04-18 Thread Mark Lundquist
Hi folks, Maybe someone can give me some ideas where to look in order to debug this problem... I'm trying to integrate the CForms HTMLArea support into an existing Cocoon 2.1.8 applicaiton that uses CForms. Really, it's just changing an existing textarea control into an "htmlarea" widget (t

Re: Need help with HTMLArea in Cforms

2006-04-18 Thread Leszek Gawron
Mark Lundquist wrote: Hi folks, Maybe someone can give me some ideas where to look in order to debug this problem... I'm trying to integrate the CForms HTMLArea support into an existing Cocoon 2.1.8 applicaiton that uses CForms. Really, it's just changing an existing textarea control into