Thomas J.S.: UTF-8 und Umlaute

Beitrag lesen

Hallo,

Das führt bei mir auch zu einer Fehlermeldung. Der gesamte Quelltext sieht jetzt wie folgt aus:

[code lang=xml]
<?php

$conf_xmlstr = <<<XML
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE config [
   <!ENTITY Auml  "&#xV4;">

Warning: SimpleXMLElement::__construct() [function.SimpleXMLElement---construct]: Entity: line 3: parser error : CharRef: invalid hexadecimal value

<!ENTITY Auml  "&#xC4;">

Das V ist ein Tippfehler (liegt neben C :) )

Grüße
Thomas