MACROMEDIA DREAMWEAVER 8-EXTENDING DREAMWEAVER Manual page 339

Extending dreamweaver
Table of Contents

Advertisement

This process searches the user's document, and if there is a match, extracts the parameter
values. The first parenthetical subexpression (
subexpression (
[^\r\n]*
The character sequence
Macintosh and Windows.
Notes about EDML structure
You should use a unique filename to identify your server behavior group. If only one group
file uses an associated participant file, match the participant filename with the group name.
Using this convention, the server behavior group file
participant file
updateRecord_init.edml
server behavior groups, assign unique descriptive names.
The EDML name space is shared, regardless of folder structure, make sure you use
unique filenames. Filenames should not exceed 31 characters (including the .edml
extension), due to Macintosh limitations.
The runtime code for your server behavior resides inside the EDML files. The EDML parser
should not confuse any of your runtime code with EDML markup, so the
wrap around your runtime code. The
is not EDML markup. When you use the
it as markup, but instead, considers it as a block of plain text. The
with
and end with
<![CDATA[
If you insert the text
following example:
<insertText>Hello, World</insertText>
However, if you insert content that has tags in it, such as
confuse the EDML parser. In that case, embed it in the
following example:
<insertText><![CDATA[<img src='foo.gif'>]]></insertText>
The ASP runtime code is wrapped within the
<![CDATA[
<% if (@@rs@@.EOF) Response.Redirect("@@new__url@@"); %>
]]
) extracts the value for
matches any character that is not a linefeed, for the
"[^\r\n]*"
CDATA
.
]]>
, it is simple to specify your EDML, as shown in the
Hello, World
) extracts the value for
\w+
.
new_url
updateRecord.edml
. When participant files might be shared among
tag represents character data and is any text that
tag, the EDML parser won't try to interpret
CDATA
<img src='foo.gif'>
construct, as shown in the
CDATA
tag, as shown in the following example:
CDATA
. The second
rs
works with the
tag must
CDATA
-marked blocks begin
CDATA
, it can
Editing EDML files
339

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the DREAMWEAVER 8-EXTENDING DREAMWEAVER and is the answer not in the manual?

This manual is also suitable for:

Dreamweaver 8

Table of Contents