how to make parser print out entire txt string instead ...
Brought to you by:
derrickoswald
I am using HTMLParser-2.0.
When i run the parser, i get a list of tag and text. But for Txt with long string. The string get shorted and i get "..." at the end.
How do make the parser print out the entire string?
example of output
Tag (117839[1593,70],117906[1593,137]): font face='Arial, Helvetica, sans-ser...
Txt (117906[1593,137],117944[1593,175]): Allianz CCM Capital Appreciation Ins...
On the webpage, the field is "Allianz CCM Capital Appreciation Institution of America"
The TXT string get shorted when it too long.
Please provide some info
thanks
Ricky