WebFromEntries Element

Author-it XML Format

Description

Determines what entries Author-it will include in the HTML index page or HTML Help index. You can choose one or more options:

  • Index Entries will include entries defined in the Index Contents pane.
  • Topic Heading will include an entry for each Web tab topic heading.
  • Hypertext Links will include an entry for the referenced topic, at the point from where it is referenced.

The WebFromEntries element corresponds to the "(Build index from) Index entries" field on the HTML tab of the Index object.

Attributes

Attribute Name

Optional

Data Type

inherited

Yes

Boolean

Parent Element

Index

Values

Data Type

Range

Boolean

true, false, (don't inherit)

Sample XML

<WebFromEntries inherited="true">true</WebFromEntries>
<WebFromHeadings inherited="true">true</WebFromHeadings>
<WebFromLinks inherited="true">true</WebFromLinks>