User Guide
Participant EDML files 283
limitSearch
Description
This attribute limits the search to some part of the whereToSearch tag.
Parent
translation
Type
Attribute.
Required
No.
translationType
Description
This attribute indicates the type of translation to perform. These types are preset and give the
translation specific functionality. For example, if you specify
"dynamic data", any data that is
translated should behave the same as Dreamweaver dynamic data; that is, it should have the
dynamic data placeholder look in the Design view (curly braces ({}) notation with dynamic
background color) and appear in the Server Behaviors panel.
Parent
translation
Type
Attribute.
Required
Yes.
Values
dynamic data
, dynamic image, dynamic source, tabbed region start, tabbed region
end
, custom
• The dynamic data value indicates that the translated directives look and behave the same as
Dreamweaver dynamic data, as shown in the following example:
<translation whereToSearch="tag+IMAGE"
limitSearch="attribute+SRC"
translationType="dynamic data">
• The dynamic image value indicates that the translated attributes should look and behave the
same as Dreamweaver dynamic images, as shown in the following example:
<translation whereToSearch="IMAGE+SRC"
translationType="dynamic image">
• The dynamic source value indicates that the translated directives should behave the same as
Dreamweaver dynamic sources, as shown in the following example:
<translation whereToSearch="directive"
translationType="dynamic source">