Re: [fpc-pascal] FastHtmlParser does not fire OnFoundText on e.g. empty table cell

2016-12-29 Thread Bart
On 12/29/16, Bart wrote: > Is this intended behaviour? > If so, could it be made configurable to do fire the OnFoundText event > in such cases? Never mind, I did not think this through. I solved my problem in a better way (it should never have depended on the OnFoundText event in the first place

[fpc-pascal] FastHtmlParser does not fire OnFoundText on e.g. empty table cell

2016-12-29 Thread Bart
Hi, If you parse HTML using FastHtmlParser in order to extract a HTML table content, then, if a table contains an empty cell (), the OnFoundText event is not fired. While technically this may be correct, I would have expected it to fire OnFoundText(''). In my program I use the OnFoundText to popu