oxy_local-name() FunctionHistory | Edit
oxy_local-name() FunctionThis 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() ": ";
}