oxy_local-name()
Function
This 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() ": "; }