Shalom Craimer
Tue, 6 Jul 1999 14:13:37 -0700
When I call GetText on a document, it says: "[TABLE NOT SHOWN]"
I think this is TreeBuilder's fault (or the text convertion back). You see,
when I call GetHtml with the same paramters, I get a partial table (without
a last </TR> and </TABLE>) which is what I want (all the text in that zone
is what I care about, nothing more). So I guess GetText gets mixed up,
either trying to display a table in text, an failing because the table
isn't "closed"; or just failing because it sees a table.
Attached is the module that causes this...
Comments, anyone?
-= Shalom