-
Hi, im building a flash/xml/asp message board system, but i have a small problem. On loading the XML certain text charecters are not displaying correctly, at the moment its only the (') charecter which is coming through as ('), does anyone know whats going on?
Thanks
-
well it took all of one minute to solve, changed the text field to HTML...sweet!
-
but try this sign < or > and see if its work too cause for me it doesnt work
-
Uhh...
If you want to handle different text easily, just place it in a text node, and escape() the text before you add it....
Then when you retrieve the text from the XML, unescape() it and place it in a dynamic text box that supports HTML.
-
i found the problem and it was actualy in server side
anyway i find it sweet too he he
it because the new flash player that converts them automaticly you just need to check on the html checkbox in the field`s parameters and it will work!
cheers