Home > Contents > Index >
REPLACEALL
Substitutes the value of one or more variables, session variables, list items, built-in values or counters within
REPLACEALL
.Syntax
<REPLACEALL LIST="LIST_VAL
"/>Parameters
LIST (required)
- Comma-separated list of variables, session variables, built-in values, list items or counters to replace.
Description
The
REPLACEALL
tag substitutes the value of one or more variables, session variables, list items, built-in values or counters withinREPLACEALL
. Use the fewest number of tags and content possible withinREPLACEALL
for optimal performance.For HTML tags, you can use the
REPLACEALL
attribute to replace values.For more information about variables, see the CS Developer's Guide.
errno
The value of
errno
is unchanged.Example
The following example replaces the variable
file
and the built-in valueCS.Date
.
<REPLACEALL LIST="Variables.file,CS.Date
"> <a href="http://someserver/somefolder/Variables.file"> See this headline atCS.Date
</a> </REPLACEALL>See Also
Home > Contents > Index > ![]()
FatWire XML Tag Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.