but they are not xsl parameter, sorry if I wasn't precise enough :
<map:transform type="ldap">
<map:parameter name="rootdn" value="corproot\{request-param:name}"/>
<map:parameter name="password" value="{request-param:password}"/>
<map:parameter name="filter"
</map:transform>
-----Original Message-----
From: Joerg Heinicke [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 11, 2003 2:52 PM
To: [EMAIL PROTECTED]
Subject: Re: combine values and variables for parameters in the sitemap
Doy ou have declared 3 top level <xsl:param> in your stylesheet?
<xsl:param name="rootdn" select="''"/>
<xsl:param name="password" select="''"/>
<xsl:param name="filter" select="''"/>
Joerg
[EMAIL PROTECTED] wrote:
> I don't know why, but it doesn't work with all tags, I have these
three
> parameters:
>
> <map:parameter name="rootdn" value="corproot\{request-param:name}"/>
> <map:parameter name="password" value="{request-param:password}"/>
> <map:parameter name="filter"
> value="(&(objectclass=User)(cn={request-param:name}))"/>
>
> But only the password works, rootdn and filter doesn't work... I
> checked the form, and the parameter use to be the same!:
>
> <tr>
> <td>User:</td>
> <td><input name="name" type="text" size="15"></td>
> </tr>
> <tr>
> <td>Password:</td>
> <td><input name="password" type="password" size="15"></td>
> </tr>
>
> -----Original Message-----
> From: Christian Haul [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, June 11, 2003 1:57 PM
> To: [EMAIL PROTECTED]
> Subject: Re: combine values and variables for parameters in the
sitemap
>
>
> On 11.Jun.2003 -- 01:52 PM, [EMAIL PROTECTED] wrote:
>
>>is it possible to combine values and variables for parameters in the
>>sitemap like :
>>
>><map:parameter name="UserName"
>
> value="corproot\{request-param:name}"/>
>
>>for eg -> output : "corproot\maxime"
>
>
> Yes.
>
> Chris.
--
System Development
VIRBUS AG
Fon +49(0)341-979-7419
Fax +49(0)341-979-7409
[EMAIL PROTECTED]
www.virbus.de
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]