header()関数で「Content-Type」に「application/xml」を指定します。
header( 'Content-Type: application/xml' );
ファイルのエンコーディングがUTF-8の場合には、UTF-8 (BOMなし) に変更します。
≫HTMLパーサ