Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

How to use client-user-name in query?


This topic is 6557 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

No, it is not possible in the <?xslt-cwp-query?> processing instruction, because the $client-user-name parameter is not defined at this position, and according to FMI this instruction must be at the beginning of the stylesheet. But there is another solution.

You have to use the XSLT document() (see FMSA CWP Guide, p. 61, loading additional documents) and the XPath concat() functions.

Define first a variable like this:








Use & instead of & in this query.



This loads the XML tree returned by FMSA into the variable.



Later you can reuse the variable in the same stylesheet:



E.g. in a for-each loop:







.

.

.



This topic is 6557 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.