WebAdditionalFiles Element
Description
Specifies a list of additional files required to support the HTML or HTML Help. These can be any files required that Author-it does not know about. For example, you may have a graphic specified in the Frameset template, or you may require a supporting Java applet. Author-it will copy all files specified to the Publishing folder for this Book when publishing any HTML based output.
The WebAdditionalFiles element corresponds to the "Specify any additional file required" field on the HTML tab of the Book object.
Attributes
Attribute Name
|
Optional
|
Data Type
|
inherited
|
Yes
|
Boolean
|
Parent Element
Book
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>
|