The ASP runtime code is wrapped within the
<![CDATA[
<% if (@@rs@@.EOF) Response.Redirect("@@new__url@@"); %>
]]
Because of the
CDATA
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
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.
262
Chapter 15: Server Behaviors
tag, the ASP tags
<%= %>
tag, as shown in the following example:
CDATA
, along with the other content within the tag, aren't
tag is recommended are
CDATA
Need help?
Do you have a question about the DREAMWEAVER MX 2004-EXTENDING DREAMWEAVER and is the answer not in the manual?
Questions and answers