Skip to main content
1-Visitor
October 3, 2016
Question

How to give cross reference to a table in a topic to another topic of the same bookmap?

  • October 3, 2016
  • 1 reply
  • 889 views

How to give cross reference to a table in a topic to another topic of the same bookmap? I have used Xref tag and given the href as the table id, format as dita, scope as local, and type as table. But the link was not working. Also is there any way to directly search and link the table using the resource manager?

1 reply

18-Opal
October 3, 2016

One thing we have learned about creating xrefs is that the path formatting in the map needs to match the formatting of the link.

This would work

map path

Ie  \\network_location\here\12345.dita

link path

Ie  \\network_location\here\12345.dita


This would not work

map path

Ie  ..\network_location\here\12345.dita

link path

Ie  \\network_location\here\12345.dita


Bryon