Is there any xml parser other than BS4 and LXML that I can use?
I cannot pip install BS4 and LXML in the environment I am in, but I would need to do some simple xml parsing - getting node by id or name, get or set attribute values of a node and etc.
Is there any other library that I can use?