hello,
I wrote a program that write on disk xml tags; problem is that that file on the disk contains text like:
All it seems right but I tried to open this .xml wuth a xmlNotepad and appears a message that says that "è" it's bad; so I had to change it in "e' " and all goes fine now....But I need "è" in the xml. How can I do?
thanks...
I wrote a program that write on disk xml tags; problem is that that file on the disk contains text like:
Code:
................ <hello> è molto bello </hello> ...............
thanks...
Comment