DITA OT - Links to anchors show the wrong link text in HTML output
Posted: Tue Apr 04, 2023 7:46 pm
Hi team,
I'm trying to transform a file from Oxygen 24.0 that has the following xref elements:
In the output (toc.htm) all the xrefs that were defined with a keyref attribute are not getting the correct title, they show the title of the target topic, not the title of the section that is being linked to, though the links point to different anchors on the page (desired behavior). It is important to notice that this behavior is not happening with xref s that were defined with an href attribute, those are getting the correct tittle.
I'm using the DITA-OT 1.8.5 version, so I want to know if there is any workaround for this problem? Also, is this the correct place to raise this kind of questions or there is another site for this matter?
I'm trying to transform a file from Oxygen 24.0 that has the following xref elements:
Code: Select all
<xref keyref="GUID/ID"/>
<xref format="dita"
keyref="GUID/ID"
scope="local" type="section"/>
I'm using the DITA-OT 1.8.5 version, so I want to know if there is any workaround for this problem? Also, is this the correct place to raise this kind of questions or there is another site for this matter?