Hallo nochmal,
ich habe das Problem nochmals etwas eingrenzen können:
Und zwar lese ich in diesem speziellen Fall das XML File mittels
$p = xml_parser_create();
xml_parse_into_struct($p, $simple, $vals, $index);
xml_parser_free($p);
in ein Array (vals und index)
der Inhalt in vals ist hierbei der kritische Punkt.
Bsp.
<xmlfile>
<tag1>Das hier geht < > und das auch &</tag1>
</xmlfile>
<xmlfile>
<tag1>Bis hier steht noch alles im Array vals ä Alles nach dem Umlaut ist weg :-(</tag1>
</xmlfile>
Weiß evtl. einer woran das liegt?
Gruß,
ueps