Edit .xt and .xd in DW MX
Marten <[email protected]>
| Newsgroups | gmane.comp.cms.xaraya.knowledge-base |
|---|---|
| Message-ID | <[email protected]> |
Hi, while playing around with templates, it was annoying to me, that DreamweaverMX doesn't recognize .xt and .xd Xaraya-Files. So I dig into the DW-Configuration file MMDocumentTypes.xml. I added the following lines. Now I can edit Xaraya-files by default both in layout- and in codeview. <documenttype id="XARTemplate" internaltype="HTML" winfileextension="xt,xd" macfileextension="xt,xd" file="Default.html"> <TITLE> <MMString:loadString id="mmdocumenttypes_0" /> </TITLE> <description> <MMString:loadString id="mmdocumenttypes_0" /> </description> </documenttype> In the DW-configuration directory there is also a dir called NewDocuments. You can build there your own DW-Templates for DW. ...well, next time. I'll post it, when I come to it. Hope it is of some help for someone. Greets Marten