Context-Sensitive Help IDs
I hope this is the right format. People here have been very helpful with my questions on transitioning to RoboHelp.
I have TCS 3.0 and have linked pages from Framemaker 10 to generate WebHelp in RoboHelp 9.0.We are trying to migrate to RoboHelp so as to drop our WebWorks/Frame 7 help system. Fine for those systems that don't have context-sensitive Help implemented already, but I'm running into issues
One of our main tools has multitudes of context-sensitive web pages (flagged with a HelpLink tag in Frame).
I go into the Context-sensitive Help tool in RoboHelp to create a map. It needs ID #s for the pages. Currently, our page source follows the format:
<div class-"menu_item">
<span class="menu_text" id="m1">Preface</span>
<span class="menu_link" style="display:none;">Intro_Copyright_and_Warrenty.html#1000183</span>
In creating the context-sensitive help, the format in the tool would then be (reading across the entry fields): Intro_Copyright_and_Warrenty.html m1 Preface
I have created a map, but the IDs are problematic, as we use a format that is not straight numbers. Notice that in the source above, the id is "m1". All of our ID numbers are an alphabet character followed by a number, as we have literally thousands of page links. But the tool will not take anything except numbers. Is there any way to get RoboHelp to accept a mixed-format mapping?
