DOM - some pointers

Martin von Loewis loewis at informatik.hu-berlin.de
Tue Dec 18 10:51:25 EST 2001


"infotechsys.wayne at verizon.net" <infotechsys.wayne at verizon.net> writes:

> Could someone point me to some documentation that show how to use
> HTML ,Dom and Python together. I did a google search, but the only
> thing I find is DOM, XML and Python.

In PyXML, you can use
xml.dom.ext.reader.HtmlLib.FromHtml{,File,Url,Stream} to create a DOM tree;
then you can use the standard DOM API to process the tree.

HTH,
Martin




More information about the Python-list mailing list