﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
185,XPath foo/bar/text() behaves like foo//bar/text(),mestudd@…,cmlenz,"{{{
xml = XML('<root><foo><bar>Bar</bar><baz><bar>Quux</bar></baz>')
node = xml.select('foo/bar')
text = xml.select('foo/bar/text()')
}}}
node is correctly '<bar>Bar</bar>', but text is '!BarQuux', incorrectly adding the grandchild <bar> element text.

Attached is a patch for the unittests.",defect,closed,major,0.6,XPath support,devel,fixed,,
