XML EntityDeclValue
The EntityDeclValue element represents the value of an EntityDecl or ParameterEntityDecl defined internally in the DOCTYPE construct.
The EntityDeclValue is always a child of either an EntityDecl element or a ParameterEntityDecl element, and is a value element. For the following entity:
<!ENTITY bookTitle "User Guide">
the
EntityDeclValue element has the string value User Guide
.