How can I output a u with umlaut mark in my xml output? In otherwords, I want to enter the text directl in the xml file and have it output by Flash. What do I need to do to get it to display?
Here is what I have:
<?xml version="1.0"?>
<images>
<pic>
<image>images/1.jpg</image>
<caption>Ü This won't output like it does in HTML</caption>
</pic>
</images>
Here is what I have:
<?xml version="1.0"?>
<images>
<pic>
<image>images/1.jpg</image>
<caption>Ü This won't output like it does in HTML</caption>
</pic>
</images>