On Feb 1, 8:07 am, geoffbache <[EMAIL PROTECTED]> wrote:
> I have some marked up text and would like to convert it to plain text,

If this is just a quick and dirty problem, you can also use one of the
lynx/elinks/links2 browsers and dump the contents to a file.  On Linux
it would be
lynx -dump http://www.etc > text.txt
Lynx is also available for MS Windows, but am not sure about the other
two.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to