Author mode - Draft comment displayed in xref text resolution
Posted: Thu Feb 21, 2019 7:17 pm
Hello,
I have the following dita XML:
I author mode "Refer to: My draft commentMy Table" is displayed at xref location : the draft comment is displayed.
How can I hide draft comment in xref text resolution?
I think that is in oxy_link-text() function (called in CSS) that I have to do modification. Is it possible to change oxy_link-text() behavior?
Thanks.
I have the following dita XML:
Code: Select all
<table id="a001">
<title><draft-comment>My draft comment</draft-comment>My table</title>
...
</table>
...
<p>Refer to: <xref href="#a001" format="dita"/>.</p>
How can I hide draft comment in xref text resolution?
I think that is in oxy_link-text() function (called in CSS) that I have to do modification. Is it possible to change oxy_link-text() behavior?
Thanks.