Hi Chris, in your xsp you will have to use a namespace to work with the tags described in the logicsheet. This namespace will have to look like xmlns:prefix="uri".
<xsp:page language="java" xmlns:xsp="http://apache.org/xsp" xmlns:xsp-request="http://apache.org/xsp/request/2.0"> </xsp:page> The href parameter tells Cocoon where to find your logicsheet in the import "resource://org/apache/cocoon/components/language/markup/xsp/java/request.xs l", for instance, means request.xsl is in org.apache.cocoon.components.language.markup.xsp.java somewhere in the classpath. regards, Judith > -----Ursprüngliche Nachricht----- > Von: Christoph Stocker [SMTP:[EMAIL PROTECTED]] > Gesendet am: Mittwoch, 12. Juni 2002 16:33 > An: [EMAIL PROTECTED] > Betreff: write logicsheet > > hi! > > > anyone knows how to write a logicsheet and how > to install it - so that i can use it in my xsp-site? > > > i know, that i have to do some settings in the cocoon.xconf > and to write something like this --> > > <builtin-logicsheet> > <parameter name="prefix" value="xsp-request"/> > <parameter name="uri" value="http://apache.org/xsp/request/2.0"/> > <parameter name="href" > value="resource://org/apache/cocoon/components/language/markup/xsp/java/ > request.xsl"/> > </builtin-logicsheet> > > but what does these parameters are for? how will changes to these > parameters affect cocoon? > > are there more parameters? > > > > maybe, someone have links to sites, explaining to to this. > > greetings, chris > > > --------------------------------------------------------------------- > Please check that your question has not already been answered in the > FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> > > To unsubscribe, e-mail: <[EMAIL PROTECTED]> > For additional commands, e-mail: <[EMAIL PROTECTED]> --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>