On Tue, 2006-08-01 at 11:26 -0700, Mark Lundquist wrote: > On Aug 1, 2006, at 11:20 AM, Nicolas Duroc wrote: > > > I'm not sure about the line <map:parameter > > name="use-request-parameters" value="true"/> in the "match part", I > > would put it in the "transformer part" > > oh yeah, I totally missed that. Details... :-) > > What your <parameter> element did was to pass a parameter name > "use-request-parameters" with value "true" into the XSLT stylesheet > itself.
Does that mean that the docu on http://cocoon.apache.org/2.1/userdocs/default/xslt-transformer.html is wrong? It says: The "use-request-parameters" and "use-browser-capabilities-db" configuration of a transformer can be changed for one single pipeline by specifying parameters with the same name: <map:transform src="stylesheet.xsl"> <map:parameter name="use-request-parameters" value="true"/> </map:transform> -- Josias > > The way Nicolas wrote it is correct. > > —ml— > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
