Macro Language Reference > Macros > Text (Page Level) > tcontext
  
tcontext
Description
This macro associates a named context control stream with a named XML content stream. the context control stream will then automatically be used whenever the specified content stream is formatted.
* 
It is not possible to associate a context control stream to another context control stream.
Syntax
tcontext ( content:t (',' control:t )? )?
tcontext
[no parameter]
Invoke the Define Context Control Stream dialog box
content
The name of the XML content stream
control
The name of the context selection control stream
If this parameter has no value, any context control stream previously associated with the content stream will be removed.
Additional information
If any of the parameters are not specified or are invalid, the dialog box will be displayed to allow the same two options to be set.