> From: Lorenzo De Sio [mailto:[EMAIL PROTECTED]] > > Hi all, > > I tried hard but got somewhat confused with the documentation. > How can I make session attribute values available to a XSLT transformation? > > In fact, does something like > > <map:transform src="w4b-xsl/style.xsl"> > <map:parameter name="use-request-parameters" value="true"/> > </map:transform> > > exist for session attributes?
Nope. Use matchers/selectors/actions to get them and pass to the transformer manually, one by one (using map:parameter). Vadim --------------------------------------------------------------------- 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]>