INTERFACEM3MarkUp ; IMPORT Buf; TYPE Insertion = REF RECORD next : Insertion; offset : INTEGER; insert : TEXT; END; PROCEDURE Get (buf: Buf.T): Insertion;
generate the hypertext links needed to reflect IMPORTs and EXPORTs
PROCEDURE SetHrefRoot(prefix: TEXT);
Set the prefix for hypertext href to m3browser
END M3MarkUp.