Email this Page Log Support Call Send Feedback Print

Previous Topic

Next Topic

WebSourceType Element

Description

Type of source file to be used in your HTML outputs. Other options may enable or disable when you choose a file type, as some properties are not applicable to some file types. The types available are:

  • Embedded Picture or OLE Object: the embedded picture will be used. At publishing time the embedded picture or OLE object is extracted to the format specified in Output as and linked to the HTML or HTML based Help.
  • Linked Picture files: valid HTML picture file formats. These are: bitmaps (.bmp), device independent bitmaps (.dib), Compuserve gif s (.gif), JPEG files (.jpg).
  • Linked Video multimedia files: windows AVI files.
  • Linked Coded HTML document: precoded HTML documents. These will be inserted in the published document. This is a way of inserting complex formatting, Java script and applets and other specialized coding. Author-it only reads and inserts the information between the <BODY> & </BODY> tags. Information outside that is ignored.

The WebSourceType element corresponds to the "Source Type" field on the HTML tab of the File object.

Attributes

Attribute Name

Optional

Data Type

inherited

Yes

Boolean

Parent Element

File

Values

Data Type

Range

Integer

0,1,2,5 - where:

0 = Linked Picture File (*.bmp;*.dib;*.gif;*.jpg)
1 = Linked Video multimedia file (*.avi)
2 = Linked Coded HTML file (*.htm;*.html)
5 = Embedded Picture or OLE Object

Sample XML

<WebSourceType inherited="true">5</WebSourceType>
Top of Page Email this Page Log Support Call Send Feedback Print