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 Sites Developer's Guide.
Error Numbers
There are no possible
errno
for this tag.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 > ![]()
Oracle XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.