;********************************************
;* lot2html.def - Sample definition file. *
;* Daniel Amyot, August 11, 1996 *
;********************************************
; FORMAT: first line, one of the 10 tag variables:
; (BKW, EKW, BCOM, ECOM, BPN, EPN, BTN, ETN, BTIS, ETIS)
; second line, the corresponding HTML tag. Can be empty.
;
; Comment lines start with a semi-colon.
; Absent tags will be assigned default values.
;
; Make sure that related Begin and End tags have matching HTML tags!
;*************************
;* HTML tags definitions *
;*************************
;*** KEYWORDS ***
;Begin KewWord
BKW
;End KewWord
EKW
;*** COMMENTS ***
;Begin Comment
BCOM
;End Comment
ECOM
;*** PROCESS IDENTIFIERS ***
;Begin Process Name
BPN
;End Process Name
EPN
;*** TYPES ***
;Begin Type Name
BTN
;End Type Name
ETN
;*** TYPES FROM IS8807 ***
;Begin Type from International Standard
BTIS
;End Type from International Standard
ETIS