Copying Values of Attributes in Author Mode
Posted: Fri Jan 10, 2014 6:05 pm
Hello,
is it possible to copy the value of an attribute in the author mode?
In the CSS, the attribute xml:id is specified as follows:
The css is part of a project specific framework. If I copy the value
of the attribute shown in the author mode and try to paste it elsewhere
in the document, the xml content is pasted. There is no difference if I
remove the CSS selector :before.
Thanks,
Franziska
is it possible to copy the value of an attribute in the author mode?
In the CSS, the attribute xml:id is specified as follows:
Code: Select all
element:before{
content: attr(xml\:id);
}
of the attribute shown in the author mode and try to paste it elsewhere
in the document, the xml content is pasted. There is no difference if I
remove the CSS selector :before.
Thanks,
Franziska