Macromedia dreamweaver 8-extending dreamweaver User Manual

Page of 504
Customizing Dreamweaver in a multiuser environment
29
About mm_deleted_files.xml tag syntax
The mm_deleted_files.xml file contains a structured list of items that specify configuration 
files that Dreamweaver is to ignore. These items are specified by XML tags, which you can 
edit in a text editor.
The following sections describe the syntax of the mm_deleted_files.xml tags. Optional 
attributes are marked in the attribute lists with curly braces (
{}
); all attributes not marked 
with curly braces are required.
<deleteditems>
Description
Container tag that holds a list of items that Dreamweaver should treat as deleted.
Attributes
None.
Contents
This tag must contain one or more 
item 
tags.
Container
None.
Example
<deleteditems>
<!-- item tags here -->
</deleteditems>
<item>
Description
Specifies a configuration file that Dreamweaver should ignore.
Attributes
name
name 
The path to the configuration file, relative to the Configuration folder. In 
Windows, use a backslash (\) to separate parts of the path; on the Macintosh, use a colon 
(:).
Contents
None (empty tag).