"Default" section in index

Issue

The index for my ePublisher Express project is including a "Default" section in addition to the sections for each letter, "Symbols," and "Numerics." This "Default" section contains only a few entries: those beginning with a question mark, a pipe symbol, or a tilde. How do I get ePublisher to put these in the "Symbols" section, which is where we are used to seeing them (none of us have ever encountered an index with a "Default" section before)?

Solution

You would want to override the locales.xml, located in your install directory:

Formats\Shared\common\locale

Change the following text:

<DefaultGroup name="Default" />
<Group name="A" sort="A" />

To:

<DefaultGroup />
<Group name="A" sort="A" />

Save Locales.xml file and re-generate.


CategorySolutionsOutputWebWorksHelp CategorySolutionsOverrides

Permalinks/Solutions/Output/WebWorksHelp/DefaultSectionInIndex (last edited 2009-04-15 23:36:22 by LaurenLever)