PHP で xml ページを生成したいのですが、たとえば特殊文字のデコード/エンコードで問題が見つかりました。""é""
マイコード:
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.google.com/schemas/sitemap/0.84">
<url>
<loc> é test è </loc>
<priority>1.000</priority>
<changefreq>always</changefreq>
</url>
</urlset>
しかし、私はこのメッセージを受け取ります
This page contains the following errors:
error on line 4 at column 19: Entity 'eacute' not defined
Below is a rendering of the page up to the first error.