Specifications
Server Behaviors 181
EDML Tag: display
Description
An optional display string that should be inserted in the translation.
Parent
translation
Type
Block tag.
Required
No.
Values
displayString is any string comprising text and HTML. It can include parameter references 
that are extracted by the parameter patterns. For example, 
<display>{@@rs@@.@@col@@}</
display> 
causes the translation to render as {myRecordset.myCol}.
EDML Tag: closeTag
Description
An optional tag that should be inserted at the end of the translated section. This enables certain 
other extensions to find the translation, such as custom Property inspectors.
Parent
translation
Type
Block tag.
Required
No.
Values
tagName is a valid tag name; it should match a translation openTag.
Example
If you specify <closeTag>MM_DYNAMIC_CONTENT</closeTag>, the dynamic data is translated to 
end with the 
</MM_DYNAMIC_CONTENT> tag. 
Using the Extension Data Manager
The APIs in this section comprise the Extension Data Manager (EDM). You can 
programmatically access and manipulate the data that is contained in the group and participant 
files by calling these functions. The EDM performs in the following manner:
• The EDM performs all EDML file input/output for group and participant files.
• The EDM acts as a server model filter by performing all data requests for the current server 
model.










