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('BarQuux') node = xml.select('foo/bar') text = xml.select('foo/bar/text()') }}} node is correctly 'Bar', but text is '!BarQuux', incorrectly adding the grandchild element text. Attached is a patch for the unittests." defect closed major 0.6 XPath support devel fixed