I'm trying to extract some data from an XHTML Transitional web page.

What is best way to do this?

xml.dom.minidom.parseString("text of web page") gives errors about it
not being well formed XML.

Do I just need to add something like <?xml ...?> or what?

Chris

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to