AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Thema durchsuchen
Ansicht
Themen-Optionen

OpenXML XPath Syntax problem

Ein Thema von Kostas · begonnen am 1. Feb 2011 · letzter Beitrag vom 3. Apr 2013
 
Kostas

Registriert seit: 14. Mai 2003
Ort: Gerstrhofen
1.112 Beiträge
 
Delphi 12 Athens
 
#1

OpenXML XPath Syntax problem

  Alt 1. Feb 2011, 09: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
 


Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 19:25 Uhr.
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz