Entities View
Entities provide abbreviated entries that can be used in XML files when there is a
need of repeatedly inserting certain characters or large blocks of information. An
entity is defined using the ENTITY
statement either in the DOCTYPE
declaration or in a DTD file associated with the current XML file.
- Predefined - Entities that are part of the predefined XML markup
(
<
,>
,&
,'
,"
). - Internal - Defined in the DOCTYPE declaration header of the current XML.
- External - Defined in an external DTD module included in the DTD referenced in the XML DOCTYPE declaration.
The Entities view displays a list with all entities declared in the current document, as well as built-in ones. By default, it is located on the right side of the editor. If the view is not displayed, it can be opened by selecting it from the menu.
Double-clicking one of the entities will insert it at the current cursor position in the XML document. You can also sort entities by name and value by clicking the column headers.