[issue2864] etree: Add XPath documentation

2010-08-08 Thread Florent Xicluna
Florent Xicluna added the comment: There's another issue about lack of documentation on this topic. See #6488. -- assignee: d...@python -> resolution: -> duplicate status: open -> closed superseder: -> ElementTree documentation refers to "path" with no explanation, and inconsistentl

[issue2864] etree: Add XPath documentation

2010-07-25 Thread Mark Lawrence
Changes by Mark Lawrence : -- assignee: effbot -> d...@python nosy: -effbot ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue2864] etree: Add XPath documentation

2010-07-19 Thread Matt Bone
Matt Bone added the comment: Here's a patch for 3.2 with some simple examples. They're under the ElementTree findall method. Maybe there should be similar examples for Element's find/findall methods? -- keywords: +patch nosy: +mbone Added file: http://bugs.python.org/file18076/xpath

[issue2864] etree: Add XPath documentation

2010-07-11 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +d...@python stage: -> needs patch ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubsc

[issue2864] etree: Add XPath documentation

2010-07-11 Thread Mark Lawrence
Mark Lawrence added the comment: Shouldn't this be assigned to d...@python? -- nosy: +BreamoreBoy ___ Python tracker ___ ___ Python-bu

[issue2864] etree: Add XPath documentation

2008-05-15 Thread Thomas Guettler
New submission from Thomas Guettler <[EMAIL PROTECTED]>: 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/