<?php

$title = 'The name you can say isn&rsquo;t the real name.';
$xml_line = '<title>' . html_entity_decode($title) . '</title>';

print($xml_line);