Hallo,
schau dir unbedingt in der Online-Hilfe die Methoden von TXmlNode an.
Delphi-Quellcode:
var
nsr, nd: TXmlNode;
doc: TNativeXML;
s: string;
begin
nsr := doc.FindNode('/Data/ResultData/ScrewerDetail/StationResult');
nd := nsr.NodeByAttributeValue('Detail', 'name', 'modell', False);
s := nd.AttributeByName['value'];
end;
Getippt und nicht getestet.
Grüße vom marabu