Home > Contents > Index >
Template Tag TOC  |   Alpha TOC  |   Tag Family TOC  |   Purpose TOC  |   Annotated TOC  |   Index 

 

ICS.RESOLVEVARIABLES

Resolves Sites multiple variables.

Syntax

Parameters

NAME (required)
String with embedded variable references.

OUTPUT (optional)
Output variable name. If this parameter is not specified, the output is streamed.

DELIMITED (optional)
true indicates new syntax for resolving variables (see the following Description section); false indicates the old syntax.

Description

The new syntax for resolving variables uses a $( prefix and a ) suffix. For example, Variables.pagename becomes $(Variables.pagename). This allows you to resolve variables that may be a prefix of another variable name. For example, Variables.listname.column becomes $($(Variables.listname).column) to indicate that the listname is in the variable.

Error Numbers

The possible values of errno are:

Value
Description
-106
Invalid variable references.
-10004
A required parameter is missing.

Example

The following example resolves a variable called Variables.Year and streams the result to the browser.

This example resolves the variables Variables.lastname and Variables.firstname then streams the result to the browser.

Release Introduced

  Home > Contents > Index >

Oracle XML Tag Reference
Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.