Next Previous Up Top Contents Index

WebMaker User Guide

9.2 Overview of include files

An include file is another WML file that is included in the one you are editing. All the definitions contained in the include file can be used in this WML file.

You can see the include files by choosing the WML Libraries view in the main window. For example, on UNIX you might see:

/webmaker/lib/nodesTI.wml
/webmaker/lib/headings.wml
/webmaker/lib/normals.wml
/webmaker/lib/contents.wml
/webmaker/lib/lists.wml

On Windows you might see:

c:\webmaker\lib\nodesTI.wml
c:\webmaker\lib\headings.wml
c:\webmaker\lib\normals.wml
c:\webmaker\lib\contents.wml
c:\webmaker\lib\lists.wml

On the Macintosh you might see:

Banana:Applications:WebMaker:lib:nodesTI.wml
Banana:Applications:WebMaker:lib:headings.wml
Banana:Applications:WebMaker:lib:normals.wml
Banana:Applications:WebMaker:lib:contents.wml
Banana:Applications:WebMaker:lib:lists.wml

You can view the WML statement for an include file by looking at the WML file in an ordinary text editor. For example:

INCLUDE <nodesTI.wml> 

For more information about include files, see Section 12.2, "Include files".