lxml2dict

Convert lxml tree to python dict format with flexible namespace support.


Keywords
lxml, dict, json
License
Apache-2.0
Install
pip install lxml2dict==0.0.2

Documentation

lxml2dict -- Convert lxml tree to python dict format with flexible namespace support.

Convert lxml tree to python dict format with flexible namespace support. Use loop structure instead of recursive structure to achieve a higher speed.

Install with :

pip install lxml2dict