navtilte

Questions about XML that are not covered by the other forums should go here.
paudieHealy
Posts: 1
Joined: Tue Mar 07, 2017 12:45 pm

navtilte

Post by paudieHealy »

Hi I have three related tasks with the same name (Open) I would like to give them a different name using navtitle instead of changing the title in each topic.
i have tried:
<relrow>
<relcell>
<topicref navtitle="Open first page" keyref="......."
alin
Site Admin
Posts: 275
Joined: Thu Dec 24, 2009 11:21 am

Re: navtilte

Post by alin »

Hello,

You can set a different text for the links in the reltable using the <linktext> element.
For example:

Code: Select all


   <relcell>
<topicref href="open-task-1.dita">
<topicmeta>
<linktext>Open first page</linktext>
</topicmeta>
</topicref>
</relcell>
Regards,
Alin
Alin Balasa
Software Developer
<oXygen/> XML Editor
http://www.oxygenxml.com
Post Reply