The
incl
command copies an HTML or XML file to standard output, looking for
comments with a certain structure. Such a comment is replaced by
the file whose name is given as the attribute of the directive. For
example:
...<!-- include "foo.html" -->...
will be replaced by the content of the file foo.html. It is
important to note that you must quote filenames if they contain
whitespace.