User Guide
262 Chapter 15: Server Behaviors
The ASP runtime code is wrapped within the CDATA tag, as shown in the following example:
<![CDATA[
<% if (@@rs@@.EOF) Response.Redirect("@@new__url@@"); %>
]]
Because of the CDATA tag, the ASP tags <%= %>, along with the other content within the tag, aren’t
processed. Instead, the Extension Data Manager (EDM) receives the uninterpreted text, as shown
in the following example:
<% if (Recordset1.EOF) Response.Redirect("http://www.macromedia.com"); %>
In the following EDML definitions, the locations where the CDATA tag is recommended are
indicated in the examples.
Group EDML file tags
These tags and attributes are valid within the EDML group files.
<group>
Description
This tag contains all the specifications for a group of participants.
Parent
None.
Type
Block tag.
Required
Yes.
<group> attributes
The following items are valid attributes of the group tag.
version
Description
This attribute defines which version of Dreamweaver server behavior processing the current server
behavior targets. For Dreamweaver MX 2004, the version number is 7. If no version is specified,
Dreamweaver assumes version 7. For this release of Dreamweaver, all groups and participants that
the Server Behavior Builder creates have the version attribute set to 7.0. The group version of this
attribute currently has no effect.
Parent
group
Type
Attribute.