Op 19-mrt-05 om 16:25 heeft jbv het volgende geschreven:
Hi all,
I'm working on a website project using Rev cgi in which data will be sold online and available as xml files to be downloaded by customers. It seems that xml files suffer the same problem as plain text files : according to the client platform to which they'll be downloaded, end users need to have the choice between a Mac or ISO version... Or is there a way to make xml files all-platforms compatible ?
You are talking about upper ASCII chars, because with 'normal' chars you wouldn't notice the difference between Mac or ISO.
Many of these upper ASCII chars can be typed as ë or { (the latter form is preferred). XML in RunRev does that automatically, or it chokes on these upper ASCII chars.
Upper ASCII chars in XML in RunRev is not completely bug-free. It handles '�' nicely, but can't handle '�' for example.
Terry _______________________________________________ use-revolution mailing list [email protected] http://lists.runrev.com/mailman/listinfo/use-revolution
