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.

Featured Replies

can i do some sort of flag in xsl?

i need to check if something in the "choose" structure was done or not!

is t possible?

you can use

<xsl:if ...

<xsl:message>NOT DONE because of ...</xsl:message>

</isl:if>

This will stop export/import, though (but that is intended, i believe)

  • Author

that isnt solving my problem

beacuse i need the flag some where in the page below

where i want to checkwhich of the ""when" were done or if the "otherwise" was done"

If this is for web, why don't you use CDML?

  • Author

and what is cdml?

CDML is quite powerful FileMaker/WebCompanion web data language. You just put the CDML tags into HTML page and WC will serve those dynamic pages to web.

Look two forums down smile.gif

simply set a <xsl:variable> in either of the case statements. Then you can check that value <xsl:if test="$var='loopone'" ....> later.

I am not sure whether CDML is what you want.

I assumed you use XSL for data transformation, not necessarily for HTML display.

But that

I did asked smile.gif

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.