oxy_attributes() FunctionHistory | Edit
oxy_attributes() FunctionThis function concatenates the attributes for an element and returns the serialization.
oxy_attributes
(
)
oxy_attributes()
For the following XML fragment:
<element att1="x" xmlns:a="2" x="""/>
the CSS selectorelement{
content:oxy_attributes();
}
will
displayatt1="x" xmlns:a="2" x=""".