Hallo Zusammen,
Code:
<?
xml version="1.0" encoding="ISO-8859-1"?>
<store>
<ResultRecord StartID="1452">
<Total>60</Total>
</ResultRecord>
<ResultRecord StartID="1453">
<Total>40</Total>
</ResultRecord>
<ResultRecord StartID="1454">
<Total>86</Total>
</ResultRecord>
</store>
Das
XML zu oberst, ist stark vereinfacht um das Problem nachzustellen.
Ich versuche das Tag "Total" per XPath zu greifen. Leider bekomme ich eine
"Not supported error."
Exception.
Delphi-Quellcode:
//Den Syntax habe ich von: http://www.w3schools.com/xpath/xpath_syntax.asp
TotalNode := FDoc.EvaluateToNode('/store/ResultRecord[@StartID="1452"]/Total');
Hat jemand eine Idee warum?
Gruß Kostas