This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author scoder
Recipients Arfrever, docs@python, eli.bendersky, eric.araujo, ezio.melotti, flox, scoder
Date 2012-02-14.11:00:32
SpamBayes Score 0.00076743576
Marked as misclassified No
Message-id <1329217234.18.0.582377834817.issue14006@psf.upfronthosting.co.za>
In-reply-to
Content
Both lxml and ElementTree have tutorials:

http://effbot.org/zone/element.htm

http://lxml.de/tutorial.html

Here is another tutorial that may server as a source for an intro:

http://infohost.nmt.edu/tcc/help/pubs/pylxml/web/index.html

And the general ET documentation is here:

http://effbot.org/zone/element-index.htm#documentation

In terms of licensing, I can't speak for any of the other sources, but as for the lxml documentation, feel free to copy any ET related parts of it that you see fit.

I think the lxml tutorial is gentle enough even for beginners to follow. Note, however, that it uses lxml specific APIs in some places. In the specific case of XPath, the examples should be easily replaced with ElementPath, though.
History
Date User Action Args
2012-02-14 11:00:34scodersetrecipients: + scoder, ezio.melotti, eric.araujo, Arfrever, eli.bendersky, flox, docs@python
2012-02-14 11:00:34scodersetmessageid: <1329217234.18.0.582377834817.issue14006@psf.upfronthosting.co.za>
2012-02-14 11:00:33scoderlinkissue14006 messages
2012-02-14 11:00:33scodercreate