IntroductionIntroduction
  Publishing web pagesPublishing web pages
  RXMLRXML
  Information tagsInformation tags
  String tagsString tags
  Variable tagsVariable tags
    <set>set<set>set
    <unset>unset<unset>unset
    <cset>cset<cset>cset
    <append>append<append>append
    <define>define<define>define
    <undefine>undefine<undefine>undefine
    <insert>insert<insert>insert
    <use>use<use>use
    <formoutput>formoutput<formoutput>formoutput
  URL tagsURL tags
  If tagsIf tags
  Graphics tagsGraphics tags
  Database tagsDatabase tags
  LDAPLDAP
  Programming tagsProgramming tags
  SSI tagsSSI tags
  Image mapsImage maps
  IntraSeekIntraSeek
  LogViewLogView
  TemplatesTemplates
  NavigationNavigation
  SiteBuilder tagsSiteBuilder tags
  Supports systemSupports system
  SecuritySecurity
  AppendixAppendix
 
<use> </> Main RXML module

 

Reads tags, container tags and defines from a file or package.

file=path
Reads all tags and container tags and defines from the file.

This file will be fetched just as if someone had tried to fetch it with an HTTP request. This makes it possible to use Pike script results and other dynamic documents. Note, however, that the results of the parsing are heavily cached for performance reasons. If you do not want this cache, use {insert file=... nocache} instead.

package=name
Reads all tags, container tags and defines from the given package. Packages are files located in local/rxml_packages/.

By default, the package gtext_headers is available, that replaces normal headers with graphical headers. It redefines the h1, h2, h3, h4, h5 and h6 container tags.

The <use> tag is much faster than the <include>, since the parsed definitions is cached.

 

Attributes

file=path
Reads all tags and container tags and defines from the file.

This file will be fetched just as if someone had tried to fetch it with an HTTP request. This makes it possible to use Pike script results and other dynamic documents. Note, however, that the results of the parsing are heavily cached for performance reasons. If you do not want this cache, use {insert file=... nocache} instead.

package=name
Reads all tags, container tags and defines from the given package. Packages are files located in local/rxml_packages/.

By default, the package gtext_headers is available, that replaces normal headers with graphical headers. It redefines the h1, h2, h3, h4, h5 and h6 container tags.

The <use> tag is much faster than the <include>, since the parsed definitions is cached.




Hello World

"=> >

Hello World

 

Example




Hello World

"=> >

Hello World