Home > Contents > Index >
RENDER.STREAM
Use this tag as an alternative to CSVAR to display asset field that may have embedded links or inclusions.
Syntax
<RENDER.STREAM [VALUE="variable_string
"] [VARIABLE="variable name
"] [SSVARIABLE="session variable name
"] [PROPERTY="futuretense.ini_property
"] [LIST="list_name
"] [COLUMN="column_name
"] [FILECOLUMN="column_name
"] />Parameters
VALUE (optional)
- You must use at least one of the following four parameters: VARIABLE, SSVARIABLE, PROPERTY, or LIST and COLUMN (LIST and COLUMN or FILECOLUMN must be used together). Name of the inline string that you want to stream to a page.
VARIABLE (optional)
- You must use at least one of the following four parameters: VARIABLE, SSVARIABLE, PROPERTY, or LIST and COLUMN (LIST and COLUMN or FILECOLUMN must be used together). Name of the Sites variable that you want to stream to a page. For example, for a variable called
foo
, set the parameter equal tofoo
rather than toVariables.foo
.
SSVARIABLE (optional)
- You must use at least one of the following four parameters: VARIABLE, SSVARIABLE, PROPERTY, or LIST and COLUMN (LIST and COLUMN or FILECOLUMN must be used together). Name of the Sites session variable that you want to stream to a page.
PROPERTY (optional)
- You must use at least one of the following four parameters: VARIABLE, SSVARIABLE, PROPERTY, or LIST and COLUMN (LIST and COLUMN or FILECOLUMN must be used together). A Sites property from the futuretense.ini property file.
LIST (optional)
- You must use at least one of the following four parameters: VARIABLE, SSVARIABLE, PROPERTY, or LIST and COLUMN (LIST and COLUMN or FILECOLUMN must be used together). Name of a list
COLUMN (optional)
- You must use at least one of the following four parameters: VARIABLE, SSVARIABLE, PROPERTY, or LIST and COLUMN (LIST and COLUMN or FILECOLUMN must be used together). Name of a field in the list.
FILECOLUMN (optional)
- You must use at least one of the following four parameters: VARIABLE, SSVARIABLE, PROPERTY, or LIST and COLUMN (LIST and COLUMN or FILECOLUMN must be used together). Name of a url field in the list. The file data for this column will be used.
Error Numbers
There are no possible
errno
for this tag.Example
This example demonstrates how to stream a variable called bodyvar that contains embedded data.
<render.stream variable="bodyvar"/>
Home > Contents > Index > ![]()
Oracle XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.