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

   

<cache>
<crypt>
<debug>
<dice>
<eval>
<gauge>
<maketag>
<nooutput>
<noparse>
<?perl ?>
<?pike ?>
<set-max-cache>
<trace>

<maketag></maketag>

Provided by module: RXML 2 tags

This tag creates tags. The contents of the container will be put into the contents of the produced container.


Attributes

name="string"

The name of the tag.


noxml

Tags should not be terminated with a trailing slash.


type="{tag, container}" (tag)

What kind of tag should be produced.

Inside the maketag container the container attrib is defined. It is used to add attributes to the produced tag. It has the required attribute attrib, which is the name of the attribute. The contents of the attribute container will be the attribute value. E.g.


<eval>
<maketag name="replace" type="container">
 <attrib name="from">A</attrib>
 <attrib name="to">U</attrib>
 MAD
</maketag>
</eval>
MUD