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 guettli
Recipients georg.brandl, guettli
Date 2008-05-15.14:49:48
SpamBayes Score 0.3345508
Marked as misclassified No
Message-id <1210863012.97.0.696135529968.issue2864@psf.upfronthosting.co.za>
In-reply-to
Content
The current documentation of etree [1] does not explain the 
syntax of the supported xpaths.


[1] current documation:
http://docs.python.org/lib/elementtree-elementtree-objects.html

[2] ElementTree supported XPath:
http://effbot.org/zone/element-xpath.htm

It would be very nice to have some simple examples for myetree.find(xpath).
History
Date User Action Args
2008-05-15 14:50:13guettlisetspambayes_score: 0.334551 -> 0.3345508
recipients: + guettli, georg.brandl
2008-05-15 14:50:13guettlisetspambayes_score: 0.334551 -> 0.334551
messageid: <1210863012.97.0.696135529968.issue2864@psf.upfronthosting.co.za>
2008-05-15 14:49:49guettlilinkissue2864 messages
2008-05-15 14:49:48guettlicreate