python3使用Lxml库操作XPath

download address: http://pypi.python.org/pypi/lxml/2.3

lxml is a Pythonic, mature binding for the libxml2 and libxslt libraries. It provides safe and convenient access to these libraries using the ElementTree API.

It extends the ElementTree API significantly to offer support for XPath, RelaxNG, XML Schema, XSLT, C14N and much more

未完,先记着

原文地址:https://www.cnblogs.com/lanzhi/p/6468247.html