[Tutor] problems with HTMLParser

Sean 'Shaleh' Perry shaleh@valinux.com
Wed, 24 Jan 2001 15:22:12 -0800 (PST)


> 
> About the line justification; I think that one of the regular formatters
> will actually do line justification for you, but I haven't looked too
> closely into them yet.  Take a look at DumbWriter:
> 
>     http://python.org/doc/current/lib/writer-interface.html
> 
> and see if it's suitable for your program.
> 
> 

I was not clear on the last part.

<a href="http://example.com">Go to example.com</a>

How do I get the text "Go to example.com"?