Home > Contents > Index >
STRING.STREAM
Streams text in an HTML context.
Syntax
<STRING.STREAM[VALUE="inputstring
]" [VARIABLE="variable name"] [SSVARIABLE="session variable name"] [PROPERTY="property name"] [LIST="list name"] [COLUMN="column name"] [FILECOLUMN="column name"] />Parameters
VALUE
(optional)- Input parameter. The string to stream.
VARIABLE (optional)
- Name of the Sites variable.
SSVARIABLE (optional)
- Name of the Sites session variable.
PROPERTY (optional)
- Name of the property from the
futuretense.ini
property file.
LIST (optional)
- Name of the list.
COLUMN (optional)
- Name of a field in the list. You must use
COLUMN
orFILECOLUMN
when you useLIST
.
FILECOLUMN (optional)
- Name of a url field in the list, whose file data will be used. You must use
COLUMN
orFILECOLUMN
when you useLIST
.
Description
Use this tag to display text literally as stored in Sites database, that is, with no browser interpretation or Sites evaluation of variable names that are present in the text. This feature is useful for Edit or Inspect forms. This tag streams character text after HTML-escaping the following special characters, '<', '>', '&', '"', '\'. Any strings that are special to Sites evaluation engine (for example,
Variable.id
) are not evaluated.If you want to retrieve a blob, use BlobServer. If you want to render a binary document, use RENDER.STREAM .
Home > Contents > Index > Oracle XML Tag Reference
Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.