<doctitle>
<! [CDATA [<title>newTemplate</title>]]>
</doctitle>
<Edit-Region>
<! [CDATA [{Edit-Region}]]>
</Edit-Region>
Here doctitle identifies the title of Template and edit-region identifies editable region.
But in a standard Dreamweaver file XML tags use the "item name". The above illustration (XML tags) is given below in standard Dreamweaver file:
<item name="doctitle">
<! [CDATA [<title>newTemplate</title>]]>
</item>
<item name="Edit-Region">
<! [CDATA [{Edit-Region}]]></item>
</item>
Here 'item name=doctitle' identifies the title of Template and 'item name=edit region' identifies the editable region.