I think this is an old one, but I can't seem to locate an answer in the archives...
When creating XML there are 2 ways:
1. The hard way: adding all nodes and data as regular text
2. the easy way: revAddXMLnode vXMLid,vGroupNode,"description",item a of vData
Both of them work, but...
When item a of vData contains "beh�lter cup 1 & 2" there are 2 problems:
The "�" and the "&" aren't valid characters in XML
Method 1 just adds these chars to the output, but Explorer doesn't like that
Method 2 changes "beh�lter" to "beh䬴er" and Explorer shows a little white box instead of the missing chars
What am I missing, why can't I use these special characters in XML within Revolution?
it seems that all diacritics are messed up and I badly need them :-((
Anyone???
Many thanks,
Ton Kuypers _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
