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

I suspect this has been asked many times before...

I've got a number of URLs in my databases, which I want to be active in an exported HTML file--I've added href tags to some of them. Now when they get exported, all the critical HTML characters (e.g. < & >) are expanded out into HTML entities (rather like they do on this forum). This of course means they're not read as HTML tags by a browser, but as literal characters.

Is there a way of stopping this conversion which seems to happen as an inevitable part of the export process, or am I forever condemned to editing them back before I use the HTML as a web page?

Thanks!

I believe the best way to do this is to export as XML, and use a XSLT style-sheet to transform the result to HTML.

  • Author

Thanks very much. That does sound rather daunting, so it looks as if editing is the best solution.

Not being able to export HTML tags seems a rather fundamental oversight in FMP does it not?

Cheers...

Not being able to export HTML tags seems a rather fundamental oversight in FMP does it not?

No, not at all - quite the contrary. In fact, you CAN export HTML tags quite easily, IF you're exporting to a text format. But if you are exporting as HTML table, Filemaker needs to add markup tags of its own in order to create the table. To protect the table from being mangled by actual field contents, it must make sure these are properly escaped. How else could someone export a table where a cell is SUPPOSED to contain the text "all values <50"?

Filemaker does provide a VERY flexible option in the form of customized XML export, which is really the best choice for transforming columnar data to marked-up text (and a variety of other formats) in general.

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.