Page 1 of 1

xml to text

Posted: Wed Oct 28, 2015 1:34 pm
by xavi
Hello

They can help my

I want created one page to action list for XML
but I can´t resolved font put é and ñ

I think the cause is codification XML but not know solution

[img]/Users/preimpresion/Desktop/image001.jpg/img]

Re: xml to text

Posted: Wed Oct 28, 2015 2:00 pm
by xavi

Re: xml to text

Posted: Thu Oct 29, 2015 1:59 pm
by sander
Your XML file has a certain encoding which doesn't support that characters.

With Notepad++ (freeware) you can change the encoding, for quickly debug your cause.

Most foreign names/character work with encoding Windows-1252, that's what I use.

Hope it helps,

Re: xml to text

Posted: Fri Feb 26, 2016 2:34 pm
by studiomatris
Set the encoding to utf-8:
<?xml version="1.0" encoding="utf-8"?>