Sample
  down-translate
  element glossary
    output "<html>%n<head>%n%c</ul>%n" ||
           "</body></html>%n"
  element title
    local stream title-text
    set title-text to "%c"
    output "<title>" || title-text || "</title>%n" ||
           "</head><body>%n" ||
           "<h1>" || title-text || "</h1>%n" ||
           "<ul>%n"
  element entry
    output "<li>%c%n"
  element term
    output "<strong>%c</strong>%n"
  element def
    output "%c"
Generated: April 21, 1999 at 2:01:45 pm
If you have any comments about this section of the documentation, send email to [email protected]
 Copyright © OmniMark Technologies Corporation, 1988-1999.