User Guide

Customizing Dreamweaver 31
About mm_deleted_files.xml tag syntax
The mm_deleted_files.xml file contains a structured list of items that describe configuration files
that Dreamweaver is to ignore. These items are described 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 holding 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).
Container
This tag must be contained in a deleteditems tag.
Example
<item name="snippets\headers\5columnwith4links.csn" />