User Guide

Participant EDML files 281
The attribute+attribName value, when applied to tags, removes only the specified attribute.
It is meaningless for directives and attributes.
The attribute+* value removes all attributes for tags. It is meaningless for directives
and attributes.
If your server behavior converts selected text into a link, you can remove the link by removing the
outer tag only, as shown in the following example:
<delete deleteType="tagOnly"/>
This example changes a link participant from <A HREF="...">HELLO</A> to HELLO.
<translator>
Description
This tag provides information for translating a participant so that it can be rendered differently
and have a custom Property inspector.
Parent
implementation
Type
Block tag.
Required
No.
<searchPatterns>
Description
This tag lets Dreamweaver find each specified instance in a document. If multiple search patterns
are defined, they must all be found within the text being searched (the search patterns have a
logical AND relationship), unless they are marked as optional using the
isOptional flag.
Parent
translator
Type
Block tag.
Required
Yes.