docs.roxen.comView this page in a printer friendly mode
DocsRoxenWebServer 3.3Web Developer ManualText Tags
Copyright © 2004, Roxen Internet Software
Suggestions, comments & compliments
manuals@roxen.com
 DEMO  DOCS  PIKE
 COMMUNITY  DOWNLOAD
www.roxen.com

   

<ai>
<autoformat>
<case>
<charset>
<comment>
<?comment ?>
<default>
<doc>
<foldlist>
<obox>
<random>
<replace>
<smallcaps>
<sort>
<strlen>
<tablify>
<trimlines>
<wash-html>

<replace></replace>

Provided by module: Tags: RXML 2 tags

Replaces strings in the contents with other strings.


Attributes

from="string"

String or list of strings that should be replaced.


to="string"

String or list of strings with the replacement strings. Default is the empty string.


separator="string" (,)

Defines what string should separate the strings in the from and to attributes.


type="{word, words}" (word)

Word means that a single string should be replaced. Words that from and to are lists.