Let's say I have an XML file:
<X attr="1"> something</X>
<Y> something else </Y>
How can I do something that would be equivalent to:
Y:before
{
content:attr(1);
}
in CSS?
Let's say I have an XML file:
<X attr="1"> something</X>
<Y> something else </Y>
How can I do something that would be equivalent to:
Y:before
{
content:attr(1);
}
in CSS?