Difference between revisions of "Terminology"

From The SBN Wiki
Jump to navigation Jump to search
m
(Added "IDE")
Line 2: Line 2:
 
;DTDs
 
;DTDs
 
:Document Type Definition, a method for specifying valid characteristics (elements and attributes) for an XML document.
 
:Document Type Definition, a method for specifying valid characteristics (elements and attributes) for an XML document.
 +
;IDE
 +
:Interactive Development Environment
 
;XML-aware editor
 
;XML-aware editor
 
:An ''XML-aware editor'' has programmed-in behavior to assist users in creating and editing XML documents.  This usually includes things like auto-indenting, automatically adding closing tags for each opening tag you type, and such.  Many also provide additional capabilities, like being able to read coded information in DTDs or Schema files and being able to suggest valid attributes and values for auto-completion.
 
:An ''XML-aware editor'' has programmed-in behavior to assist users in creating and editing XML documents.  This usually includes things like auto-indenting, automatically adding closing tags for each opening tag you type, and such.  Many also provide additional capabilities, like being able to read coded information in DTDs or Schema files and being able to suggest valid attributes and values for auto-completion.

Revision as of 15:07, 28 August 2012

DTD
DTDs
Document Type Definition, a method for specifying valid characteristics (elements and attributes) for an XML document.
IDE
Interactive Development Environment
XML-aware editor
An XML-aware editor has programmed-in behavior to assist users in creating and editing XML documents. This usually includes things like auto-indenting, automatically adding closing tags for each opening tag you type, and such. Many also provide additional capabilities, like being able to read coded information in DTDs or Schema files and being able to suggest valid attributes and values for auto-completion.