I second this. The doco is very bad. On Dec 10, 2011 6:34 AM, "Bill Janssen" <[email protected]> wrote:
> Xavier Morel <[email protected]> wrote: > > > On 2011-12-09, at 19:15 , Bill Janssen wrote: > > > I use ElementTree for parsing valid XML, but minidom for producing it. > > Could you expand on your reasons to use minidom for producing XML? > > Inertia, I guess. I tried that first, and it seems to work. > > I tend to use html5lib and/or BeautifulSoup instead of ElementTree, and > that's mainly because I find the documentation for ElementTree is > confusing and partial and inconsistent. Having various undated but > obsolete tutorials and documentation still up on effbot.org doesn't > help. > > > Bill > _______________________________________________ > Python-Dev mailing list > [email protected] > http://mail.python.org/mailman/listinfo/python-dev > Unsubscribe: > http://mail.python.org/mailman/options/python-dev/anacrolix%40gmail.com >
_______________________________________________ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
