We are troubleshooting an issue impacting community login, and it may be intermittently unavailable. Sorry for any inconvenience.
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?
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