Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

How to use client-user-name in query?

Featured Replies

  • Newbies

I want something like this:

<?xslt-cwp-query param="name=$client-user-name&-find"?>

Is this possible? Thanks.

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:







.

.

.



Create an account or sign in to comment

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.