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
 
<append> </> Main RXML parser

 

Append a value to a variable.

variable=variable
The variable to append to.

debug
Provide debug messages in case the operation fails. <append> will normally fail silently.

define=define
Append the contents of this define.

from=variable
Append the value of the named variable.

other=variable
Append the value of this other variable. This is mostly useful from within output tags like <sqloutput> where all columns from the sql result will be available as other variables.

value=string
Append the variable to this value.

 

Attributes

variable=variable
The variable to append to.

debug
Provide debug messages in case the operation fails. <append> will normally fail silently.

define=define
Append the contents of this define.

from=variable
Append the value of the named variable.

other=variable
Append the value of this other variable. This is mostly useful from within output tags like <sqloutput> where all columns from the sql result will be available as other variables.

value=string
Append the variable to this value.






"=> >

 

Example







"=> >