Hi,

In an xsp, I need to test the presence of a certain value in an
authentication context data. I started by using this tag :

<xsp-session-fw:getxml context="authentication" path="//[EMAIL PROTECTED] = 5]"/>

My problem is that I need the path to be dynamic. I tried the following but
then "/" is taken for the path value :

<xsp-session-fw:getxml context="authentication"><xsp:param
name="path">//[EMAIL PROTECTED]
<xsp:expr>myTestedValue</xsp:expr>]</xsp:param></xsp-session-fw:getxml>

Does someone have a solution or a waorkaround for doing this?

Many thanks!
Julien


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to