Hi,

If you parse HTML using FastHtmlParser in order to extract a HTML
table content, then, if a table contains an empty cell (<td></td>),
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 populate a 2-dimesional
table-like structure, and this fails due to this behaviour of
FastHtmlParser.

Is this intended behaviour?
If so, could it be made configurable to do fire the OnFoundText event
in such cases?

Bart
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to