There MUST be an easy way to do that! I didn't want to ask this question again if somebody already asked it but I couldn't find something similar in this site... anyway :
So I have a XML file :
<marker>This is a test & it's fun. é</marker>
So when I read this XML file with Javascript, I want to put it in a text input of a form, but it comes out with the & amp; etc instead of :
This is a test & it's fun. é
I really don't understand why I'm having so much problem finding a way to show the text right... Don't we all have the same problem with XML??? Help me!! In PHP, this would be sooo easy :(
Thanks a bunch in advance