Hi.
Is there a way to change all tags and attributes in XML to lower case? (Faced XPath feature being case-insensitive)
Just tags and attributes, not values.
I don't know tag names (there can be many variants).
Tried to search for console sed/awk commands, but without any luck.
Thanks in advance.