An XSP Logicsheet that's bundled with the Cocoon distribution (see also BuiltInLogicsheets)
It provides an XML syntax which is essentially a simple wrapper around session context provided by the session framework (session-fw block). See the official Session context documentation.
The namespace declaration of this logicsheet is: xmlns:xsp-session-fw="http://apache.org/xsp/session-fw/1.0"'''<<BR>> Currently there is just one tag in the logicsheet: <xsp-session-fw:getxml>
This tag allows read contexts data.
The idea of the default In this example the If you need to test if the path exists, then use <xsp-session-fw:getxml>
Attributes
context : The name of the context where the data resides.
as="string" (default) - returns the value of the given path as a String. <p>Hi <xsp-session-fw:getxml
context="authentication"
path="/authentication/data/full_name"/>, welcome back to the System
</p>