I want to dump a html file into a python object.  Each nested tag
would be a sub-object, attributes would be properties.  So that I can
use Python in a similar way to the way I use JavaScript within a web
page.

I looked at htmllib, but the documentation seems quite limited, and as
far as I can tell, I would have to write code for every single
potential tag in my page.

Is there a way to do this, or access the DOM through Python or something?

Thanks

Ed
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to