Hi all,

 

Is it possible to take the session data and put them inside a parameters tags

Is it possible to do something like:

 

<?xml version="1.0"?>

<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"                           xmlns:session="http://apache.org/cocoon/session/1.0">

 

<xsl:param name="id">

<session:getxml context="authentication" path="/authentication/ID"/>

</xsl:param>

 

<xsl:param name="name">

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

</xsl:param>

 

<xsl:template match="/">

 

<html>

<body>

...

 

<a href="">Next</a> <!-- this would call another pipeline with these parameters

-->

...

...

 

I have tried this but it seems that the parameters tags are ignored.

 

Any help?

 

Regards,

Fadi


Yahoo! Messenger
Show us what our next emoticon should look like. Join the fun.

Reply via email to