Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

XML BUG?

Status
Not open for further replies.

RAMSTEIN74

Technical User
Oct 7, 2002
2
PT
Hello
I have a flash file that uses a xml source to create some menus.
The xml is ok but the flash file does not show all the information in the xml file!

The problem is that when the information flash gets from the xml file contains special characteres like ç or ~ it truncates the info after that character.
Example:

if the field contains the text " informação ",
the flash file only returns " informa "

Can someone help me to resolve this bug?

 
I think it's an encoding problem. Check the node that looks like that :
Code:
<?xml version=&quot;1.0&quot; encoding=&quot;iso-8859-1&quot;?>
and see if you can solve your problem by changing the encoding type. (I don't know what is the good one for portugese) Water is not bad as soon as it stays out human body ;-)
 
try :
<?xml version = &quot;1.0&quot; encoding = &quot;UTF-16&quot; ?> Water is not bad as soon as it stays out human body ;-)
 
hello,
the encoding is correct.
<?xml version=&quot;1.0&quot; encoding=&quot;iso-8859-1&quot;?>
The xml file is ok, but when i use the flash template to create menus from a xml file, all text with special characters gets truncated.

Anybody knows why???
The problem is in the flash file, not in the xml file!!!!

is there any option on
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top