You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Barbara Post <ba...@ifrance.com> on 2002/07/19 18:12:29 UTC

troubles with sunShine session

I use an  xsl to authenticate. How do I use <sunshine:setxml /> ?
I tried to add it in the authentication xsl so that the output contains :
<authentication>
<sunshine:setxml ... >
</ ...
...........
</ ...
but apparently the sunShine transformer I apply right after this cannot do
anything (looking in core.log, any new session attributes). if I log after
sunShine transformer I get the same xml that before it.

Thanks for any tip. do I have to use an Action ?

Barbara


 <map:match pattern="baepp-auth">
 <map:generate src="xml/user.xml"/>
 <map:transform src="xsl/user.xsl"> <!-- this one does things -->
  <map:parameter name="use-request-parameters" value="true"/>
 </map:transform>
<map:transform type="sunShine"/>
 <map:serialize type="xml"/>
 </map:match>




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

To unsubscribe, e-mail:     <co...@xml.apache.org>
For additional commands, e-mail:   <co...@xml.apache.org>