[issue2864] etree: Add XPath documentation

2010-08-08 Thread Florent Xicluna
Florent Xicluna florent.xicl...@gmail.com 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

[issue2864] etree: Add XPath documentation

2010-07-25 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- assignee: effbot - d...@python nosy: -effbot ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2864 ___

[issue2864] etree: Add XPath documentation

2010-07-19 Thread Matt Bone
Matt Bone thatmattb...@gmail.com 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:

[issue2864] etree: Add XPath documentation

2010-07-11 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Shouldn't this be assigned to d...@python? -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2864 ___

[issue2864] etree: Add XPath documentation

2010-07-11 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- nosy: +d...@python stage: - needs patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2864 ___

[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: