Ich habe mich noch nie mit
XML beschäftigt, aber mal so ins Blaue:
Delphi-Quellcode:
node :=xmlDoc.selectSingleNode('/PlanView/termin[terminid="'+IntToStr(i)+'"]');
if (StrtoDate(lv_eintraege.Items[i].SubItems[1])=date)
and (StrtoTime(lv_eintraege.Items[i].SubItems[2])= time)
and (node=xmlDoc.selectSingleNode('/PlanView/termin[AlertShowed="''"]'))
then begin
Lass dir mal node und xmlDoc.selectSingleNode('/PlanView/termin[AlertShowed="''"]') ausgeben? Was steht drin?