XML editor: Difference between revisions

Content deleted Content added
No edit summary
m Disambiguate Indentation to Indent style using popups
Line 13:
==Textual editors==
 
Text XML editors generally provide features dealing with working with element tags. [[Syntax highlighting]] is a basic standard of any XML editor; that is, they color element text differently from regular text. Element and attribute completion based on a DTD or schema is also available from many text XML editors. Displaying [[line number]]s is also a common and useful feature, as is providing the ability to reformat a document to conform to a particular style of [[indentationIndent style|indenture]].
 
Here is an example of edition in a text editor with syntax coloring: