User Guide
Extensible document types in Dreamweaver 45
In the previous example, the loadstring element identifies the localized strings that
Dreamweaver should use for the title and description for ASP-JS type documents. For more
information about localized strings, see “Localized strings” on page 50.
The following table describes the tags and attributes that you can use within a document type
definition file.
Element Type
Required Description Tag Attribute
documenttype
(root)
Yes Parent node.
id
Yes Unique identifier across all document type
definition files.
servermodel
No Specifies the associated server model
(case-sensitive); by default, the following
values are valid:
ASP.NET C#
ASP.NET VB
ASP VBScript
ASP JavaScript
ColdFusion
JSP
PHP MySQL
A call to the getServerModelDisplayName()
functions returns these names. The server
model implementation files are located in the
Configuration/ServerModels folder.
Extension developers can create new server
models extending this list.