Can I override -oxy-append-content?

Post here questions and problems related to editing and publishing DITA content.
singlesourceror
Posts: 1
Joined: Thu Feb 20, 2020 2:21 am

Can I override -oxy-append-content?

Post by singlesourceror »

Hello.
I am working with a DITA framework extension and I am trying to style a resourceID in my CSS. The element has a -oxy-append-content function in one of the core DITA stylesheets. I want to make the appended content go away and replace it with new content. Is there a way to do this?
Cheers,
Rob Hanna
Radu
Posts: 9059
Joined: Fri Jul 09, 2004 5:18 pm

Re: Can I override -oxy-append-content?

Post by Radu »

Hi Rob,

You can overwrite it with something like:

Code: Select all

*[class~="topic/resourceid"]:before{
 content: "test";
}
Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
Post Reply