Re: Parameter passing with Cocoon

2002-05-14 Thread Alex McLintock
At 13:33 14/05/2002, you wrote: >Change that to http://www.foo.com/x/y/z/index.html and you can use a >pipeline matcher like this: > > > > > > > > > > I try to do this already but since I am generating the hyperlinks from other Cocoon pages generated through XSLT I a

Re: Parameter passing with Cocoon

2002-05-14 Thread Bert Van Kets
Change that to http://www.foo.com/x/y/z/index.html and you can use a pipeline matcher like this: This will call the index.xml file and send the x, y and z parameters to the stylesheet. If you define the x, y and z parameters in your stylesheet, you can simp

Re: Parameter passing with Cocoon

2002-05-14 Thread Cenk Uysal
Your second method http://www.foo.com/index-xyz.html still forces the designer to know parameters when he/she creates a link. But I think first method is useful. http://www.foo.com/xyz/index.html May you give me a tip about how to parse these parameters to use in XSL stylesheets? Can Cocoon