Generated: September 4, 2002, 15:49:54Copyright ©2002, Kurt NørmarkThe local LAML software home page

Reference Manual of the HTML Tag Mirroring in Scheme

Kurt Nørmark ©    normark@cs.auc.dk    Department of Computer Science    Aalborg University    Denmark    

Source file: tools/html-mirroring/html-tag-generation.scm
LAML Version 18.00 (August 31, 2002) full

This tool generates a sequence of Scheme define forms for a specified set of tags (such as the tags in a version or variant of HTML). More specifically, we are able to generate a text file with Scheme definitions for a specified set of HTML single and double tags.

You must call the procedure generate-html in order to carry out the generation. This makes the file: html-autogenerated-functions.scm. The generated functions call generate-tag-function and generate-tag1-function, both of which can be found in the HTML vers. 1 library.

The generated file can be loaded or inserted into another file.

The HTML vers. 1 library is an example of a library which includes a result generated by this tool.

Usage: Start a Scheme interpreter, and define the variable laml-dir appropriately. Load this file into your Scheme system, adapt the lists of tags, and call the function generate-html.

Please notice that this is NOT the tool that generates the accurate HTML mirror which is now used in LAML.

Alphabetic index:
generate-html(generate-html)The functions which generate the Scheme mirror from the lists html-double-tags and html-single-tags.
html-double-tagshtml-double-tagsA list of a html double tags (symbols) for which we want to generate Scheme mirrors.
html-single-tagshtml-single-tagsA list of a html single tags (symbols) for which we want to generate Scheme mirrors.

html-single-tags


Form
html-single-tags

Description
A list of a html single tags (symbols) for which we want to generate Scheme mirrors. A list of Scheme symbols.


html-double-tags


Form
html-double-tags

Description
A list of a html double tags (symbols) for which we want to generate Scheme mirrors. A list of Scheme symbols.


generate-html


Form
(generate-html)

Description
The functions which generate the Scheme mirror from the lists html-double-tags and html-single-tags. Given the lists html-single-tags and html-double-tags, write a sequence of Scheme define forms to a text file. This mirrors all the tags in the two lists into the Scheme programming language. The result is written to the file html-autogenerated-functions.scm


Generated: September 4, 2002, 15:49:54
This documentation has been extracted automatically from the Scheme source file by means of the Schemedoc tool