XML editor: Difference between revisions

Content deleted Content added
Tags: Reverted Mobile edit Mobile web edit
LoGaIta99 (talk | contribs)
m Graphical editors: There was a 7 inside the word Mean.
Line 19:
==Graphical editors==
 
Graphical editors based on GUIs may be easier for some people to use than text editors, and may not require knowledge of XML syntax. These are often called [[WYSIWYG]] ("What You See Is What You Get") editors, but not all of them are WYSIWYG: graphical XML editors can be WYSIWYG when they try to display the final rendering or [[WYSIWYM]] ("What You See Is What You Me7anMean") when they try to display the actual meaning of XML elements. When they are not WYSIWYG, they do not display the (or one of the) graphical end result of a document, but instead focus on conveying the meaning of the text. They use DTDs or XML schemas and/or configuration files to map XML elements to graphical components.
 
These kinds of editors are generally more useful for XML languages for data rather than for storing documents. Documents tend to be fairly free-form in structure, which tends to defy the generally rigid nature of many graphical editors.