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
 
<unset> Main RXML parser

 

Unsets a variable.

 

Attributes

variable=variable
Specifies which variable to unset.

 

Example


<set variable=foo value="Hello World">
set: <insert variable=foo>

<br><unset variable=foo>
unset: <insert variable=foo>

set: Hello World
unset: