To remove all <emphasis> elements from a document open in Arbortext Editor, copy the following commands and paste them at the command line:
find -m '<emphasis>'; while ($status==0) {delete_tag; find -m '<emphasis>'}
Good luck!
Suzanne Napoleon
"WYSIWYG is last-century technology!"