Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 7643 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

folks, we'd like to export xml the simple way from fm. we have a xml-template thats values should be filled with text. completed result xml code will be in one text-field, that will be exported as plain text. no problem, but: special characters have to be converted, otherwise the xml will not work. many of these characters start with "&" and end with ";". is there a conversion-table or routine available that does the replaceing automatically?...or am i on the wrong track?

Posted

either export with <?xml version="1.0" encoding="mac-roman"> (or iso-8859-1, depending on your operating system) or use the substitute routine. I have posted a calc for exporting as UTF-8 in sample files some time ago.

The only characters you have to manually convert are the &gt; &lt; &amp; &quot; (<>&" ) characters.

This topic is 7643 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.