Einzelnen Beitrag anzeigen

Kostas

Registriert seit: 14. Mai 2003
Ort: Gerstrhofen
1.095 Beiträge
 
Delphi 10 Seattle Enterprise
 
#1

OpenXML XPath Syntax problem

  Alt 1. Feb 2011, 10:43
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
  Mit Zitat antworten Zitat