phonoguy Posted December 22, 2003 Posted December 22, 2003 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?
cjaeger Posted December 22, 2003 Posted December 22, 2003 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 > < & " (<>&" ) characters.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now