IntroductionIntroduction
  Publishing web pagesPublishing web pages
  RXMLRXML
  Information tagsInformation tags
  String tagsString tags
  Variable tagsVariable tags
  URL tagsURL tags
  If tagsIf tags
  Graphics tagsGraphics tags
  Database tagsDatabase tags
  LDAPLDAP
  Programming tagsProgramming tags
  SSI tagsSSI tags
    <config>config<config>config
    <echo>echo<echo>echo
    <exec>exec<exec>exec
    <flastmod>flastmod<flastmod>flastmod
    <fsize>fsize<fsize>fsize
    <include>include<include>include
  Image mapsImage maps
  IntraSeekIntraSeek
  LogViewLogView
  TemplatesTemplates
  NavigationNavigation
  SiteBuilder tagsSiteBuilder tags
  Supports systemSupports system
  SecuritySecurity
  AppendixAppendix
 
<!--#include--> </> Main RXML parser

 

Insert a text from another file into the page.

file=path
The file as a path relative to the directory containing the current page. It cannot contain ../, nor can it be an absolute path.

virtual=URL
The path to the file URL encoded. That is, a character can be quoted by % followed by its hex value. The path may contain ../ and may be absolute, i e starting with a /

 

Attributes

file=path
The file as a path relative to the directory containing the current page. It cannot contain ../, nor can it be an absolute path.

virtual=URL
The path to the file URL encoded. That is, a character can be quoted by % followed by its hex value. The path may contain ../ and may be absolute, i e starting with a /

 

Example