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
 
<!--#config--> </> Main RXML parser

 

The config command is used to configure how things should be printed.

errmsg=string
Where msg is a message that is sent back to the client if an error occurs while parsing the document.

sizefmt=bytes abbrev
WebLayout Templates error: Only block tag names allowed in "tmplinsertblock". Offending tag name "data".

timefmt=value
The value is a string to be used when printing dates.

 

Attributes

errmsg=string
Where msg is a message that is sent back to the client if an error occurs while parsing the document.

sizefmt=bytes abbrev
The value sets the format to be used when displaying the size of a file. Bytes gives a count in bytes while abbrev gives a count in KB or MB, as appropriate.

timefmt=value
The value is a string to be used when printing dates.

 

Example