Can someone explain what is the diference between xsp-session and session?

I am trying to do this. But does not work:

<xsp:page xmlns:xsp-session="http://apache.org/xsp/session/2.0";
          xmlns:xsp="http://apache.org/xsp";>
<document>
<xsp-session:getxml
        context="authentication"
        path="/authentication/data/full_name"/>
</document>
</xsp:page>

My main development is using XSP and I cannot get the authentication data in 
anyway.

I need to use then:

<xsp:page xmlns:session="http://cocoon.apache.org/session/1.0"; 
          xmlns:xsp="http://apache.org/xsp";>

Then after generate a servepage, I need to do a transformation to make work 
the session name space.

All this works fine. But when I need to use esql. This all the stuf is broken. 
The serverpages is generated first and then he cannot use 

<session:getxml
        context="authentication"
        path="/authentication/data/full_name"/>

to filter the result of a query. What can I do?

Thanks, in advance.

Antonio Gallardo.

---------------------------------------------------------------------
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:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to