docs.roxen.comView this page in a printer friendly mode
DocsRoxen2.1Web Site Creator ManualVariable Tags
Copyright © 2001, Roxen Internet Software
Suggestions, comments & compliments
manuals@roxen.com
 DEMO  DOCS  PIKE
 COMMUNITY  DOWNLOAD
www.roxen.com

   

<append>
<dec>
<define>
<inc>
<insert>
<insert file>
<insert href>
<insert realfile>
<insert scopes>
<insert variable>
<insert variables>
<scope>
<set>
<sprintf>
<sscanf>
<undefine>
<unset>
<use>
<vform>

<undefine/>

Provided by module: RXML 2 parser

Removes a definition made by the define container. One attribute is required.


Attributes

variable="name"

Undefines this variable.



  <define variable='var.hepp'>hopp</define>
  &var.hepp;
  <undefine variable='var.hepp'/>
  &var.hepp;
 
hopp

tag="name"

Undefines this tag.


container="name"

Undefines this container.


if="name"

Undefines this if-plugin.