ElementTree xpath: find by text

FewlSz

New Member
Given an XML like the following:\[code\]<root> <element>A</element> <element>B</element></root>\[/code\]How can I match the element with content A using ElementTree and its support for XPath? Thanks
 
Back
Top