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.

HTML to remain after XSL Transformation

Featured Replies

I export a set of record into an html file using XSLT and there are occassions when the user enters html tags in the field such as creating a link <a href="#">link</a>. However after the export using the

XSLT file, the html tags that they placed in the field are exported as actual text as oppossed to html tags as they should be.

I looked at the source code of the generated html file and it seems that the "<" is converted to &lt; and ">" is converted to &gt; Is there any ways that the users can place some html tags in the fields yet after the export to html still retain their tags as actual html and not convert the tags to special characters.

Thanks.

You'll have to check, but see what you get if you use either of these:

<xsl:value-of select="myfield" disable-output-escaping="yes" />

or

<xsl:copy-of select="myfield" />

  • Author

Thanks for the response beverly. The value-of and disable-output-escaping="yes" appears to do the trick with one final glitch, the quotes are now changed to some character:

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.