WebAdditionalFiles Element
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 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>
|