NAME is the entity name and DEFINITION is the entity definition
Entity Classification
There are two kinds of entities in XML documents:
1.General entities
Used in the context of documents
References to general entities start with & and end with;
2.Parameter entities
Used in a document’s DTD
References to parameter entities start with % and end with ;
Entity Declaration
Entities can be declared internal, or external
An internal entity is defined completely inside the XML
document that references it (the document itself is an entity in XML).
<!ENTITY entity-name "entity-value">
External entities derive their content from an external
source such as a file.
References to external entities include URI (uniform resource identifier)
at which they can be found
<!ENTITY entity-name SYSTEM "URI/URL">
Parsed and Unparsed Entity
Contents of parsed entities are well formed XML texts
Unparsed entities hold data that user don’t want to be parsed
Share And Enjoy:These icons link to social bookmarking sites where readers can share and discover new web pages.