WebAdditionalFiles Element

Author-it XML Format

Description

Specifies a list of additional files required to support the HTML template. These can be any files that are referenced by the HTML template, such as a graphic. Author-it copies all files specified to the publishing folder when publishing HTML or HTML based Help. An error is displayed if any of these files cannot be found. Relative or fixed paths are supported.

The WebAdditionalFiles element corresponds to the "Specify any additional files required" field, on the HTML tab of the Media object.

Attributes

Attribute Name

Optional

Data Type

inherited

Yes

Boolean

Parent Element

Media

Children

Element

Optional

Occurs

AdditionalFile

Yes

Zero to many times

Sample XML

<WebAdditionalFiles inherited="true">
<AdditionalFile>
<Filename>..\Templates\Plain HTML\contents1.gif</Filename>
</AdditionalFile>
</WebAdditionalFiles>