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.

xml export html title

Featured Replies

  • Newbies

I want to have a field in my database be the title of the web page

generated by an XSL template file. One of the sample files uses the

name of the database as the title of the web page like so:

<html>

<head>

<title>

<xsl:value-of select="$dbName"/>

</title>

</head>

I am wondering if it is possible to have the value in a specific

field as the title.

field name: company

and have the value of the 'company' field (ABC Yard Service) to be

the title in a webpage.

I was thinking I could use something like:

<xsl:value-of select="fieldName:company"/>

but I do not know the correct syntax or if it is even posssible

  • 3 weeks later...

Why XML?

Why not CDML?

  • 3 months later...

Sure! you can use any <DATA> element in the source XML from FileMaker as any part of the result XML (or HTML or text). It's a matter of getting the right path (XPath of the element) and putting it in the XSL (something like):

<xsl:value-of select="/FMPXMLRESULT/RESULTSET/ROW[1]/COL[3]/DATA" />

This means: get the field contents of the third field (column) of the first row.

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.