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

 

Defines new tags, container tags or defines.

container=name
Define a new RXML container tag, or override a previous definition.

name=name
Sets the specified define. Can be inserted later by the <insert> tag.

tag=name
Defines a new RXML tag, or overrides a previous definition.

default_attribute=value
Set a default value for an attribute, that will be used when the attribute is not specified when the defined tag is used.

You can use a few special tokens in the definition of tags and container tags:

#args#
All attributes sent to the tag. Useful when defining a new tag that is more or less only an alias for an old one.

&attribute;
Inserts the value of that attribute.

 

Attributes

container=name
Define a new RXML container tag, or override a previous definition.

name=name
Sets the specified define. Can be inserted later by the <insert> tag.

tag=name
Defines a new RXML tag, or overrides a previous definition.

default_attribute=value
Set a default value for an attribute, that will be used when the attribute is not specified when the defined tag is used.

You can use a few special tokens in the definition of tags and container tags:

#args#
All attributes sent to the tag. Useful when defining a new tag that is more or less only an alias for an old one.

&attribute;
Inserts the value of that attribute.





Hello

"=> >

Hello



The test tag: Testing testing.
Foo is &foo;, bar is &bar;




"=> >

The test tag: Testing testing. Foo is &foo;, bar is &bar;

 

Example






Hello

"=> >

Hello



The test tag: Testing testing.
Foo is &foo;, bar is &bar;




"=> >

The test tag: Testing testing. Foo is &foo;, bar is &bar;