Zitat von
lucius:
Delphi 7 sieht das Wort 'file' als ein code, wie verhindere Ich das?
Nenne die Variable
FileNodeList oder
FileNodes (Mehrzahl).
Ausserdem solltest du Folgendes ändern:
Delphi-Quellcode:
if not xmlDomDoc.load('
i:\Test\alone in the dark.xml')
then
begin
raise Exception.Create(xmlDomDoc.parseError.reason);
end;