Specifications

Server Behaviors 165
Participant EDML files
These tags and attributes are valid within the EDML participant files.
EDML Tag: participant
Description
Contains all specifications for a single participant.
Parent
None.
Type
Block tag.
Required
Yes.
Attribute: version
Description
Defines the version of Dreamweaver that is current with the participant file. For Dreamweaver
MX, the version number is 6. If no version is specified, then Dreamweaver assumes 4, or the prior
release. All groups and participants that the Server Behavior Builder creates have the version
attribute set to 6.
For participant files, this attribute determines if code block merging should occur. For
participants without this attribute (or have it set to 4 or earlier), the inserted code blocks are not
merged with other code blocks on the page. Participants that have this set to 5 or later are merged
with other code blocks on the page when possible. Please note that code-block merging occurs
only for participants above and below the HTML tag.
Parent
participant
Type
Attribute.
Required
No.
EDML Tag: quickSearch
Description
A simple search string that is used for performance reasons. It cannot be a regular expression. If
the string is found in the current document, the rest of the search patterns are called to locate
specific instances. This string can be empty to always use the search patterns.
Parent
participant
Type
Block tag.