Thanks for your offer Richard, but I solved the problem deleting the UTF-8 encoding label in the XML file like this: before: <?xml version="1.0" encoding="utf-8"?> <label>....</label> after: <?xml version="1.0"?>
Thanks for your offer Richard, but I solved the problem deleting the UTF-8 encoding label in the XML file like this: before: <?xml version="1.0" encoding="utf-8"?> <label>....</label> after: <?xml version="1.0"?>