再現スクリプト <? function test($xml_) { $simplexml = simplexml_load_string($xml_); echo '↓↓↓文字列→SimpleXML <br />'; $str = print_r($simplexml, true); echo '<pre>'; echo htmlentities($str, ENT_QUOTES, mb_internal_encoding()); echo '</pre>'; echo '↓↓↓SimpleXML→文字列 <br />'; $str = $simplexml->asXML(); echo '<pre>'; echo htmlentities($str, ENT_QUOTES, mb_internal_encoding()); echo '</pre>'; } $xml = ' <html>