Thanks!
I was kind of cringing as I sent this plaint/rant, but it seems I'm not the only one who has had trouble grokking DOM. I spanked the problem temporarily with regex, but can now actually fix it properly.
Appreciate all the help!
On 6/10/06, Kent Johnson <[EMAIL PROTECTED]> wrote:
In my opinion the standard DOM models are the most awkward way to deal
with XML. If you are trying to get data from HTML on a web page, look at
BeautifulSoup. For general XML processing, look at ElementTree. They are
both simpler than DOM.
http://www.crummy.com/software/BeautifulSoup/
http://effbot.org/zone/element.htm
Kent
_______________________________________________
Tutor maillist - Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor
_______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor