Monday, August 23, 2021

 


Editorial review

The lxml XML Toolkit is a Pythonic binding for the libxml2 / libxslt C libraries. Lxml.etree follows the ElementTree API as much as possible, building it on top of the native libxml2 tree. It combines the speed and completeness of the XML functionality of these libraries with the simplicity of a native Python API, mostly compatible but superior to the popular ElementTree API.


0 Comments: