creating logicsheets in C2

2001-06-19 Thread Grzegorz Stelmaszek

hello,

I've a question concerning logicsheets and C2: what to put into the
cocoon.xconf for the logicsheet to work, cause I can't find it out :(.

Any help is welcome,
  greg


-
Please check that your question has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faqs.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




RE: creating logicsheets in C2

2001-06-19 Thread Gary Clark

Something like this will set it up as a taglib.  Put in the same section as
the rest of the builtin-logicsheet tags.

   builtin-logicsheet
 parameter name=prefix value=taglib/
 parameter name=uri value=http://apache.org/empty-taglib/1.0/
 parameter name=href value=file:///your/path/empty-taglib.xsl/
   /builtin-logicsheet

I've just posted an example taglib with full install instructions.  Note
that 'file:///' (three slashes) is correct for an absolute path name in the
href.

Gary A. Clark
Systems Programmer
Software Services Group
JELD-WEN Information Systems

 -Original Message-
 From: Grzegorz Stelmaszek [SMTP:[EMAIL PROTECTED]]
 Sent: Tuesday, June 19, 2001 6:17 AM
 To:   [EMAIL PROTECTED]
 Subject:  creating logicsheets in C2
 
 hello,
 
 I've a question concerning logicsheets and C2: what to put into the
 cocoon.xconf for the logicsheet to work, cause I can't find it out :(.
 
 Any help is welcome,
   greg
 
 
 -
 Please check that your question has not already been answered in the
 FAQ before posting. http://xml.apache.org/cocoon/faqs.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/faqs.html

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]