Cocoon version with Xalan 2.4.1

2002-12-08 Thread Joern_Hoos
Return Receipt Your Cocoon version with Xalan 2.4.1 document :

Photo Album sample?

2002-12-08 Thread Artur Matos
Hi to all, I am currently trying to build a online web photo album using Cocoon 2. After searching a little bit on the web, I seems there are already some photo albuns built with Cocoon, including an example in one of the recently released Cocoon books. As I would like to avoid building my own

i18n and XMLForm declaration in sitemap

2002-12-08 Thread Hong Gia Dinh
Title: i18n and XMLForm declaration in sitemap hello can somebody show me how to declare XMLForm using i18n by calling action (both are actions) in sitemap? thanks a lot much GD

AW: XMLForm and DOM node initialization

2002-12-08 Thread Kirchhoff, Lars
Hello List, I've got now a strange behaviour, which I can't explain myself, but which look like it is related to this thread. I'm using xmlform and generated some dom data to feed the form with database values. Tthe dom is created correctly, but I'm having problems referencing it or at least a

AW: XMLForm and DOM node initialization

2002-12-08 Thread Kirchhoff, Lars
Hello Sylvian, I'm sorry for the last mail, was send to early... outlook is driving me crazy.. try the following: Workstation Type if your dom is still loaded into selected and is looking like this: Desktop Laptop

AW: XMLForm and DOM node initialization

2002-12-08 Thread Kirchhoff, Lars
Hello Sylvian, try the following: Workstation Type if your dom is still: > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Gesendet: Samstag, 7. Dezember 2002 00:53 > An: [EMAIL PROTECTED] > Betreff: XMLForm and DOM node initial

AW: XMLForm: content listbox problem

2002-12-08 Thread Kirchhoff, Lars
Hello Sylvian, I always initialize the data for the appropriate form. This means I put the initialize data actions in different functions and call them if I reach the stage. Here is an example: - code if ( formView.equals ( VIEW_START ) ) { if ( command.equals( CMD_COMMIT )

Re: Cocoon 2.0.3 under JDK 1.4.1

2002-12-08 Thread Joerg Heinicke
Cocoon shell work without any problems with Xalan 2.4.1, if you (re)place the files xalan-xxx.jar, xerces-xxx.jar (or xercesImpl-xxx.jar) and xml-apis.jar in(to) the endorsed directory either of Tomcat or JDK. The versions used with Cocoon must be identical with the version in the endorsed dire

Cocoon 2.0.3 under JDK 1.4.1

2002-12-08 Thread Tiago Dias
Hi Josef, I think your problem is the same (at least similar) to the one I got when tried to use Xalan 2.4.1 instead of the default 2.3.1 brought in the Cocoon 2.0.3 distribution. If you can try using Xalan version 2.3.1 instead and I expect you won't have problems. Otherwise you'd need a Cocoon

Cocoon version with Xalan 2.4.1

2002-12-08 Thread Tiago Dias
Hi there, Does anyone know when a Cocoon distribution supporting Xalan 2.4.1 is to be expected? I was in the middle of developping a XSLT which needs EXSLT funcionality supported by that version of Xalan, and doesn't work on Cocoon 2.0.3. Thanks a lot!! Best regards, Tiago Dias http://

Re: xmlForm on update

2002-12-08 Thread Josema Alonso
> I am trying to use xmlForm on my DB actions (enter, update). > With "enter" I understood, but questions on update: > I have general actions some like DatabaseAddAction, DatabaseUpdateAction and > use these on my actions. > So after retrieve data from DB by ID (use DatabaseSelectAction), what the

Coccon 2.0.4 and Apache tomcat 4.1.9

2002-12-08 Thread Santoshi Reddy
Hi, My tomcat server runs fine how ever when i run the command for testing if i have installed cocoon successfully I get an error thats says something about a broken pipe. Could anyone help me. Thanks, S. - Please check that yo

Re: Cocoon performance tuning

2002-12-08 Thread Miles Elam
Lenya L. Khachaturov wrote: Are there any hints on making Cocoon perform better? I've been using Cocoon for a couple of weeks and I can't call it "blazing fast" :-) As I understood, it's performance greatly depends on the Java compiler and the XSLT processor used. Which compiler and processor wou

Re: xinclude support or not?

2002-12-08 Thread Gabriele Domenichini
Of course you have to had the xinclude trasformer in the map... Joerg Heinicke wrote: Should work without any problem. Did you declare the namespace prefix xi? How does your sitemap matcher look like? Joerg Cocoon User wrote: is there any working example under cocoon i try to use xinclude in

Re: SQL query cannot be read.

2002-12-08 Thread Gabriele Domenichini
Don't Know try to use the same namespace qualifiers (sql:)... Jin Wei Yong wrote: Hi, I am still exploring the use of SQLTranformer. I am using a book, Cocoon:Building XML Application by Matthew Langham and Carsten Ziegeler. If you have the book, you can refer to Chapter 7. The this SQL-related

Re: unable to connect to firebird/mysql using esql

2002-12-08 Thread Gal Nitzan
Hi, Following is code excerpt from my own tests and it actually works with mysql. I will give u the whole story :-) , hope it will help. --- In web.xml: load-class com.mysql.jdbc.Driver end web.xml part ---

Re: Cocoon performance tuning

2002-12-08 Thread Ivelin Ivanov
Did you read this: http://xml.apache.org/cocoon/performancetips.html - Original Message - From: "Lenya L. Khachaturov" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, December 08, 2002 7:20 AM Subject: Cocoon performance tuning > Hello, > > Are there any hints on making Coco

Re: Cocoon performance tuning

2002-12-08 Thread Harry J. Foxwell
> - any recommendations here? > depends on the machine & size/complexity of your application. the IBM 1.3 JVM has quite good performance on the Windows platforms, the Sun 1.4 JVM quite good on Solaris 8/9 & on Linux platforms.

XSLTC doesn't work with Cocoon 2.0.3

2002-12-08 Thread Lenya L. Khachaturov
Hello, I am trying to enable XSLTC in Cocoon 2.0.3, I've read http://outerthought.net/wiki/Wiki.jsp?page=XSLTC and followed these steps. The result I'm getting is "Cocoon confusion - Cocoon was unable to process the request" :-( Should it work out of the box? -- Lenya Khachaturov mailto:[EMAIL P

Cocoon performance tuning

2002-12-08 Thread Lenya L. Khachaturov
Hello, Are there any hints on making Cocoon perform better? I've been using Cocoon for a couple of weeks and I can't call it "blazing fast" :-) As I understood, it's performance greatly depends on the Java compiler and the XSLT processor used. Which compiler and processor would you recommend? As f

How should I do this?

2002-12-08 Thread Lenya L. Khachaturov
Hello, I'm writing a weblog application with Cocoon and I've got stuck with a problem: the common weblog application features are Categories and Permanent links. Say, the blog resides at http://myhost/blog. If you point your browser there, the latest entries entered are displayed there, these ent

Re: xinclude support or not?

2002-12-08 Thread Joerg Heinicke
Should work without any problem. Did you declare the namespace prefix xi? How does your sitemap matcher look like? Joerg Cocoon User wrote: is there any working example under cocoon i try to use xinclude inside an .xsp but without success my code is somethingi have missed or just th

xinclude support or not?

2002-12-08 Thread Cocoon User
is there any working example under cocoon i try to use xinclude inside an .xsp but without success my code is somethingi have missed or just there is no xinclude support from cocoon? thnx Stavros Kounis - Please c