|
|||||
Translate rules: changing current output | |||||
Related Syntax |
translate
rules are a special case of markup processor rules. They can be turned off for particular streams by setting the "z" open modifier.
Thus, translate
rules do not necessarily operate on all of the streams in the current output. They operate only on those stream which were not opened with the "z" modifier.
Because a translate
rule does not affect the entire current output set, the effect of any output-to
action is limited to the translate
rule in which it occurs.
In other words, it is as if the actions in each translate
rule were wrapped in a using output as #current-output do...done
block.
Related Syntax output-to translate |
---- |