Macro Language Reference > Macros > Text (Page Level) > ttreeaug
  
ttreeaug
Description
This macro is used to enable tree augmentation of an XML DOM stream using a specified tree augmentation control stream (.cx tag). The control stream must be used to enable tree augmentation even if the same one is used for context matching as the two processes are independent of each other.
Syntax
ttreeaug ( dom stream:t ( ctrl stream:t )? )?
ttreeaug
[no parameter]
Invoke the Tree Augmentation dialog box
dom stream
The name of the XML DOM stream to augment.
Must be specified in double quotes
ctrl stream
The name of the tree augmentation control stream to use to for the augmentation.
Must be specified in double quotes
If this is an empty string, any existing augmentation will be removed.