Skip to main content
September 26, 2012
Question

How do I UNmerge indexes when I can't find the subproject icon?

  • September 26, 2012
  • 2 replies
  • 2429 views

I inherited a huge project in RoboHelp HTML 7. The index in this project is merged with the index in another project. I need to UNmerge the two indexes, but I cannot find the subproject icon in the TOC pod. Is there any other way to UNmerge the two projects - especially the two indexes?

This topic has been closed for replies.

2 replies

Peter Grainge
Community Expert
Community Expert
September 27, 2012

Merged Help proper must have the child projects listed in the TOC of the parent project. Anything else must be a home brewed merge.


See www.grainge.org for RoboHelp and Authoring tips

@petergrainge

Use the menu (bottom right) to mark the Best Answer or Highlight particularly useful replies. Found the answer elsewhere? Share it here.
September 27, 2012

Is there any way to completely wipe out the merged index and start from scratch? I do not see a child project in the TOC (nor the Index) pod, and I've been trying to resolve this for days and days. The project is convoluted, but the people who created it have left the company.

October 1, 2012

Hello again

Sorry you are having the issues. Normally when a merge is in a TOC structure, you see something like this:

But it sounds like you aren't seeing the icon. So I'm guessing that RoboHelp has somehow become lost about knowing it has a merge going on. In that case, try right-clicking in your Project Manager pod and chosing Explore. That should open your project location inside Windows Explorer. From there, you should see all the project files listed. See if you find a file there with the extension .HHC. This will be an XML based file that contains your Table of Contents data. Open that inside Windows Notepad, then click Edit > Find. Search for the following string:

merge=

If you find it, that section of the TOC structure is what is saying to merge the other file(s) and needs to be removed. Remove the area beginning with <item name... up to and including </item>

Close and save the file and try compiling or generating again.

If you DON'T see this section, we need to do more sleuthing. But let's see what you find with this exercise first.

As for clearing the Index, you can try just clicking to select the first entry, then pressing and holding the delete key as you watch the entries disappear. If there are so many that this will take too long, you might then want to just clobber it by locating and opening the .HHK file in the project location. Open it using Windows Notepad, selecte everything inside and delete. Then copy and paste the code below into the file and close it and save it.

<?xml version="1.0" encoding="utf-8"?>

<index version="1.0">

    <properties>

    </properties>

</index>

Hope this helps... Rick

Helpful and Handy Links

RoboHelp Wish Form/Bug Reporting Form

Begin learning RoboHelp HTML 7, 8 or 9 within the day!

Adobe Certified RoboHelp HTML Training

SorcerStone Blog

RoboHelp eBooks


I tried looking for the "merge" in both the main project's and the sub-project's HHC files. But no luck. No "merge" in either file.

Guess I'll try clobering the index next. Fortunately, this project is backed up on a server...

Willam van Weelden
Inspiring
September 27, 2012

Hi,

If the index is merged, you need to look in the index file to unmerge the index. If the table of contents is merged, you need to look in the TOC.

You can find the index in the Project Manager pod.

Greet,

Willam