RE: How might I do this in Cocoon?

2005-02-25 Thread Lopke, Michael
Thanks Con. :-) -Original Message- From: Conal Tuohy [mailto:[EMAIL PROTECTED] Sent: Friday, February 11, 2005 4:22 PM To: users@cocoon.apache.org Subject: RE: How might I do this in Cocoon? Mike Lopke wrote: I have a java servlet that queries a database and produces xml. Part of

How might I do this in Cocoon?

2005-02-11 Thread Lopke, Michael
Title: How might I do this in Cocoon? I was wondering if there was a way to do this in Cocoon. I have a java servlet that queries a database and produces xml. Part of this includes translating some of the data, like product numbers, using a HashMap. The HashMap is built from an xml source

RE: How might I do this in Cocoon?

2005-02-11 Thread Lopke, Michael
of a transformer that particularly suits your requirements... Cheers, Geert Lopke, Michael wrote: I was wondering if there was a way to do this in Cocoon. I have a java servlet that queries a database and produces xml. Part of this includes translating some of the data, like product

RE: Cocoon on Weblogic 8 / Cocoon Forms standalone

2005-01-27 Thread Lopke, Michael
Title: Message Hi Mark, For the first question, modify your sitemap.xmap The default is probably something like this: !-- main pipeline -- map:pipeline !-- welcome page -- map:match pattern="" Change it to this: !-- main pipeline -- map:pipeline !-- welcome page --

RE: ESQL and utf-8 encoding

2005-01-27 Thread Lopke, Michael
. Theresa -Original Message-From: Lopke, Michael [mailto:[EMAIL PROTECTED] Sent: Monday, January 24, 2005 7:18 PMTo: users@cocoon.apache.orgSubject: RE: ESQL and utf-8 encoding Hi, I'm following up on my previous post because I have done quite a bit

RE: ESQL and utf-8 encoding

2005-01-25 Thread Lopke, Michael
cocoon using WebLogic, so I half wonder if this is causing the problems. Thanks, Mike -Original Message- From: Aurélien DEHAY [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 25, 2005 1:58 AM To: users@cocoon.apache.org Subject: Re: ESQL and utf-8 encoding Lopke, Michael wrote: Hi, Hi

RE: ESQL and utf-8 encoding

2005-01-24 Thread Lopke, Michael
hat the string that gets printed out to the file is good utf-8. My problem is that the output I'm getting on my browser is still incorrect. Any ideas? I even modified the container encoding in the web.xml file and had no luck. Thanks, Mike Lopke -Original Message-From: Lo

ESQL and utf-8 encoding

2005-01-21 Thread Lopke, Michael
Title: ESQL and utf-8 encoding Hi, Has anyone here used esql with data that is utf-8 encoded? I'm able to connect to my database and get the correct data but it appears that somewhere along the way the data is being interpreted as iso-8859-1 encoding. I'm not sure if I got all of