problems with a logicsheet

2001-11-20 Thread Mirco Bharpalania
Hi! I am new to cocoon and xsp and logicsheets. I want to use a mail logicsheet in order to display mails on a browser. I don't know exactly how to use this logicsheet and how to handle the parameters. I will attach the logicsheet and my xsp-file to show what I mean exactly.Maybe I my xsp-file is

Re: problems with a logicsheet

2001-11-20 Thread David Rosenstrauch
Generally the way I do logicsheets and XSP is as follows: * start with a regular XML document * run a logicsheet against it, to add logic for certain tags in the XML. Result is an XSP page. This is done at compile time, outside of Cocoon (i.e., using Ant and Xalan). * The XSP page is