I have this code
$.ajax({
url: "https://crossorigin.me/http://www.acidigital.com/rss/rss_santo.php",
crossDomain: true,
contentType: "application/xml; charset:utf-8",
type: "GET",
dataType: "xml",
success: function (re) {
console.log(re) // documento XML puro
}
})
It turns out that the XML document for this request ( link ) comes with the special characters replaced by " ".