|
|||||
Data content: writing to multiple streams | |||||
When data content (using a %c
operator), or a CDATA attribute value (using a "%v" format item), is written to the current set of output streams, the data content or attribute text is first passed to any applicable translate
rules, and the result of their processing is what is written to those streams.
The "z" format modifier can be used to bypass the translate
rules.
As a consequence of this processing, any side effect of an action in a fired translate
rule (or in any function called within the pattern at the head of such a rule, or in the body of such a rule) occurs only once, even thought the side effect may affect more than one stream.
---- |