oxy_local-name() Function
The oxy_local-name() function evaluates the local name of the current
node.
It does not have any arguments.
To insert as static text content before each element its local name, use this CSS
selector:
*:before{
content: oxy_local-name() ": ";
}