include, preprocessor include

Just like the include directive in the C-language preprocessor. The file at the path given in the text of block is read and interpreted as if its contents were present in the current file. By convention, the include filenames end with .xilinc but may be any valid filename.

If the given path is not absolute is is considered relative to the directory of the file which includes it.

This text is from sample.xilinc.

any valid Xilize markup may be in the an include file.

source for Home/ByExample/XilizeMarkup/Signatures/Directives/include :: index.xil

include, preprocessor include

Just like the include directive in the C-language preprocessor.  The file at the
path given in the text of block is read and interpreted as if its contents were
present in the current file.  By convention, the include filenames end with
@.xilinc@ but may be any valid filename.  

If the given path is not absolute is is considered relative to the directory of
the file which includes it.

include. sample.xilinc

Long lines are wrapped in this listing.
Use your web browser's "View Page Source" feature to examine the HTML