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 Content Server variable.
SSVARIABLE (optional)
- Name of the Content Server 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 Content Server database, that is, with no browser interpretation or Content Server 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 special characters, as well as all characters greater than 127. Any strings that are special to Content Server 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 > ![]()
FatWire XML Tag Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.