This repo is a pure python implementation for lxml.
- Python 3.7 or later
pip install sanexmlsanexml is a fallback library for lxml.etree module, so the functions have same names and parameters. This implementation is built on top of python's default xml library and BeautifulSoup4.
XMLParserclearremove_attributeCommentdumpElementElementTreefromstringindentiselementparsestrip_attributesstrip_elementsstrip_tagsSubElementtostringlisttostringXPath
For documentation please refer to: https://lxml.de/tutorial.html