Edit online

Attributes Concatenation: oxy_attributes() Function

This function concatenates the attributes for an element and returns the serialization.

Syntax:
oxy_attributes ( )
Example: oxy_attributes Function
element{
  content:oxy_attributes();
}
For instance, if you have the following XML fragment: <element att1="x" xmlns:a="2" x="&quot;"/>, the CSS function will display:
att1="x" xmlns:a="2" x="""