AFAIK ElementTree does not support XPath. Has it changed? Anyway, you can use lxml and the following XPath expression: import lxml.etree doc ...
確定! 回上一頁