XML Elements - Index Entry object

Translations

Data with the following elements should be translated:

PrintEntryText

Contains text that will appear in the published Word index.

HelpEntryText

Contains text that will appear in the published Windows Help index.

WebEntryText

Contains text that will appear in the published HTML index.

Data in the following attributes may be added:

sortorder

If you wish to specify a different sort order for any of the above elements (particularly Japanese Yomi sort order), add the sort key to this attribute.

This attribute occurs on the PrintEntryText, HelpEntryText, and WebEntryText elements.

Data within the Object element should not be translated:

ID

Internal ID used within Author-it to identify the object, not visible to user.

GUID

ID used by Author-it to identify an object and allocated at object creation time. Can be considered unique across all libraries (though translated objects will share the same GUID).

Description

The object description as it appears within the Author-it editor. This is for internal purposes only and does not appear in any published outputs.

Example

<IndexEntry wordcount="3">

<Object>

test</Description>

<GUID>D413046E8E60499488C4898B8FB1A171</GUID>

<ID>10000000</ID>

</Object>

<PrintEntryText sortorder="">test</PrintEntryText>

<HelpEntryText sortorder="">test</HelpEntryText>

<WebEntryText sortorder="">test</WebEntryText>

</IndexEntry>