Email this Page Log Support Call Send Feedback Print

Previous Topic

Next Topic

Book Contents

Book Index

XML Elements - Topic Object

Data with the following elements should be translated:

Headings

These represent the headings that will be displayed for each output. Contains either the All element, or the PrintHeading, HelpHeading, and WebHeading elements.

PrintSuperHeading

The Super Heading appears above the Heading in the Print output

RelatedGroups

Groups of topics that are related to this topic. At publishing time these groups become a list of links that can be use for navigation though your printed or on-line document. Contains one or more <RelatedGroup> elements, which contain <Heading> and <RelatedGroupID>. Only data within the <Heading> element should be translated.

Text

Topic Text XML Elements

VariableAssignments

Variable Assignment element

WebTitle

The window title that appears in the web browser.

Data in the following attributes should be added:

sortorder

If you wish to specify a different sort order for the Headings element (particularly Japanese Yomi sort order), add the sort key to this attribute.

This attribute occurs on the All, PrintHeading, HelpHeading, and WebHeading elements.

Data within the Object element should not be translated:

ID

Internal ID used within AuthorIT to identify the object, not visible to user.

GUID

ID used by AuthorIT 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 AuthorIT editor. This is for internal purposes only and does not appear in any published outputs.

Example

<Topic wordcount="7">
    <Object>
        Introduction</Description>
        <GUID>51319618BD4D4006BCA40454340D653C</GUID>
        <ID>302</ID>
    </Object>
    <Headings>
        <All sortorder="">New Topic</All>
    </Headings>
    <RelatedGroups></RelatedGroups>
    <Text>
        <p id="4">Welcome to the AuthorIT Tutorial.</p>
    </Text>
    <VariableAssignments></VariableAssignments>
    <PrintSuperHeading></PrintSuperHeading>
    <WebTitle></WebTitle>
</Topic>

In This Section

XML Elements - Topic Text

See Also

Author-it XML Format (for Translation)

XML for Translators

Translating with SDLx

XML Elements - All Objects

XML Elements - Book Object

XML Elements - File Object

XML Elements - Glossary Object

XML Elements - Hyperlink Object

XML Elements - Index Object

XML Elements - Index Entry Object

XML Elements - Table of Contents Object

XML Elements - Table of Figures Object

XML Elements - Variable Assignments

Top of Page Email this Page Log Support Call Send Feedback Print