DCF-to-HTML Conversion Package

The DCFHTML command converts most DCF/GML files to HTML (HyperText Markup Language). This is the language used to define documents on the World Wide Web.

You must be linked to the TOOLS disk to use this package.

USE TOOLS

To convert a DCF document to HTML, simply enter this command:

DCFHTML filename
where filename refers to a SCRIPT file.

The output file, called filename HTML will be stored on your A disk by default. You can also include any options supported by DCF. For example, you can write out the HTML file to the D disk:

DCFHTML filename (FILE(filename HTML D)

Once you have created your HTML file, you can make it available on the World Wide Web by invoking the HTML command:

HTML filename
The HTML file must reside on the permanent 'A' disk space.