Delphi 7 コードを Delphi XE4 に移行しました。Delphi XE4 の LoadFromStram メソッドでエラーが発生していますが、Delphi 7 でも問題なく動作しています。
エラー:
First chance exception at $7559C41F. Exception class EDOMParseError with message
'XML document must have a top level element.
Line: 0
'.
Process abc.exe (10516)
var
myStream : TStream;
....
....
LoadFromStream(myStream);
uses 句で XMLDoc、XMLIntf、XMLDOM を使用しています。