Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #92046
| From | Laura Creighton <lac@openend.se> |
|---|---|
| Subject | Re: Get html DOM tree by only basic builtin moudles |
| References | <099a955d-134a-46d6-bdba-61ec2b1eb44f@googlegroups.com> |
| Date | 2015-06-04 15:01 +0200 |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.157.1433422910.13271.python-list@python.org> (permalink) |
Elementtree is part of the Python standard library. You are better off using it than rolling your own. (If you were one of the rare people who have some very strange requirements that make you better off writing your own, you wouldn't be asking us. You'd already know.) https://docs.python.org/2.7/library/xml.etree.elementtree.html#module-xml.etree.ElementTree https://docs.python.org/3.4/library/xml.etree.elementtree.html
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Get html DOM tree by only basic builtin moudles Wesley <nispray@gmail.com> - 2015-06-04 04:58 -0700
Re: Get html DOM tree by only basic builtin moudles Laura Creighton <lac@openend.se> - 2015-06-04 15:01 +0200
Re: Get html DOM tree by only basic builtin moudles Wesley <nispray@gmail.com> - 2015-06-05 11:10 -0700
Re: Get html DOM tree by only basic builtin moudles Ian Kelly <ian.g.kelly@gmail.com> - 2015-06-05 13:48 -0600
Re: Get html DOM tree by only basic builtin moudles Wesley <nispray@gmail.com> - 2015-06-05 16:24 -0700
csiph-web