Hi,
ich habe das Problem gelöst. Wer suchet, der findet. Die Lösung heißt
Indy!
Code:
uses
...;
type
...
IdHTTP1: TIdHTTP;
XMLDocument: TXMLDocument;
procedure;
begin
XMLDocument.XML.Text := idhttp1.Get('http://
localhost/abc.xml');
XMLDocument.Active := true;
...
XMLDocument.Active := false;
end;
Trotzdem Danke!
Gruß Sven