Re: XSLT logicsheet parameter issues

2002-08-30 Thread Christian Haul
On 30.Aug.2002 -- 05:36 PM, Rob Grundel wrote: > Hey, > > Thank for this. I think this is a good start. Can you give me an example? > I'll explain the setup of the files. > > In the sitemap i just have these lines: > > > > > >

RE: XSLT logicsheet parameter issues

2002-08-30 Thread Rob Grundel
From: Barbara Post [mailto:[EMAIL PROTECTED]] Sent: Friday, 30 August 2002 5:18 PM To: [EMAIL PROTECTED] Subject: Re: XSLT logicsheet parameter issues Hello, Depending on what you need to do with the XSL file, pass as many parameters (then : xsl:param) as you need... Don't forget to place

Re: XSLT logicsheet parameter issues

2002-08-29 Thread Barbara Post
Rob Grundel" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 30, 2002 8:00 AM Subject: XSLT logicsheet parameter issues > Hi, > > We've got a custom XSLT logicsheet running on Cocoon 2.0.3/Tomcat that for > some reason can't seem to read paramet

XSLT logicsheet parameter issues

2002-08-29 Thread Rob Grundel
Hi, We've got a custom XSLT logicsheet running on Cocoon 2.0.3/Tomcat that for some reason can't seem to read parameters using the request object inside the tags. We've just converted the code in XSP file (which did work but was getting a little big) to an XSLT logicsheet. Do we need to pass on