Something is wrong with CVS server at the moment (and yesterday evening,
too). Problem is that there is one bug in Feedreader what i cannot fix.
So, at the moment i do not suggest making latest build :).
..................
//
// extract all items, RSS standard
//
x2 := domdoc.getElementsBytagname('item');
for i := 0 to x2.length - 1 do
begin
setlength(TmpHeadlines, length(TmpHeadlines) + 1);
---->>>>> this is missing z := x2.item(i);
..................
Greetings
Toomas
|