| Syntax 
   using specified? attributes element-qualifier indexer as alias-name
     action
 Purpose
 
 The usingprefix can be applied to theattributesshelf in the same way that it is applied to programmer-defined shelves. In the action following the usingprefix, the selected item is referenced by the keywordattributefollowed by the alias-name defined in theusingprefix. A using attributesprefix will cause input to the markup parser to be buffered until the action to which it applies completes. If a repeat overaction in the input processor iterates over a set of attributes or over the tokens of an attribute, or if an attribute or attribute token is identified by ausingprefix, all text written to the#markup-parserstream will be "buffered" in the same manner. |