No, there isn't any such code in the htmlparser code tree.
Maybe ask on the user mailing list:
htmlparser-user@lists.sourceforge.net
Somebody might have something like that already.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I was wondering if there was built in code to convert HTML into formatted text.
e.g. convert:
<a href="http://sourceforge.net">yay!</a>
<hr>
<ul>
<li>line 1</li>
</ul>
into:
yay! (http://sourceforge.net)
----------
* line 1
No, there isn't any such code in the htmlparser code tree.
Maybe ask on the user mailing list:
htmlparser-user@lists.sourceforge.net
Somebody might have something like that already.