When multiple files are presented to include
, they are included in the order listed. Separate them with whitespace (spaces or newlines).
Space separated:
This text is from sample.xilinc.
any valid Xilize markup may be in the an include file.
Newline separated:
This text is from sample.xilinc.
any valid Xilize markup may be in the an include file.
Newlines begining on line 2
This text is from sample.xilinc.
any valid Xilize markup may be in the an include file.
Combination of spaces and newlines:
This text is from sample.xilinc.
any valid Xilize markup may be in the an include file.
this is from sample3.xilinc
include, multiple files When multiple files are presented to @include@, they are included in the order listed. Separate them with whitespace (spaces or newlines). Space separated: include. sample.xilinc sample2.xilinc Newline separated: include. sample.xilinc sample2.xilinc Newlines begining on line 2 include. sample.xilinc sample2.xilinc Combination of spaces and newlines: include. sample.xilinc sample2.xilinc sample3.xilinc
Long lines are wrapped in this listing.
Use your web browser's "View Page Source" feature to examine the HTML