Macro Language Reference > PIs > Text > <?contextdown>
  
<?contextdown>
Description
This command removes contexts from the list of active context matches for an XML stream, where these have been added via a <?contextup> action.
To add a set of contexts from the current list, use the associated command <?contextup>.
Syntax
<?contextdown group:n?>
<?contextdown ctrl_stream:t>
<?contextdown'*'>
[no parameter]
Remove the most recently added set of contexts from the list.
group
(optional) The number of the group from which the most recently added contexts should be removed - use numbers 0–4.
Note that contexts declared in the context selection control stream associated with the XML stream cannot be removed by running <?contextdown 0> — running this version of the command will remove any contexts added to that group via a <?contextup 0>.
ctrl_stream
The name of the context control stream whose contexts should be removed from the list
*
Remove all contexts previously added by the <?contextup> command from the list.
Related Links