Introduction
  Publishing web pages
  RXML
  Information tags
  String tags
  Variable tags
    <set>
    <unset>
    <cset>
    <append>
    <define>
    <undefine>
    <insert>
    <use>
    <formoutput>
  URL tags
  If tags
  Graphics tags
  Database tags
  LDAP
  Programming tags
  SSI tags
  Image maps
  IntraSeek
  LogView
  Templates
  Navigation
  SiteBuilder tags
  Supports system
  Security
  Appendix
 
<cset> </> Main RXML parser

 

Sets a variable to the contents of the tag.

 

Attributes

variable=variable
The variable to set.

 

Example


<cset variable=foo>
Hello World
</cset>

<insert variable=foo>

Hello World