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.

Help! XML export turns <i> into <i>

Featured Replies

When I export my FM data via XML and look at the text file the export has created, all the angle brackets of my painstakingly implanted HTML format codes, such as italicizied text or bolded text, turn into < and >

This is a problem because when I import the text file, the angle brackets are "protected" by the < and > coding and thus are not interpreted as the paired HTML text format codes that I intend them to be. The codes show up in the text instead of enhancing the text.

How can I prevent this substitution from happening? Thx for help.

  • Author

CLARIFICATION FROM AUTHOR:

After I posted I saw that some of the keystrokes in my post were interpreted instead of being left "as is."

So, to clarify, my problem is that when XML exports:

< (becomes) ampersand+lt;

> (becomes) ampersand+gt;

I need to stop this substitution from happening. Thx.

  • 2 weeks later...

You don't specify *where* you are exporting this. Or more precisely, if you use an XSLT or spit out _raw_ XML.

Since XML uses the < and > ('<', '>') for it's tags, they get converted when found within the field contents. :)

If you process with an XSLT, you can use the attribute (disable-output-escaping='yes').

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.