Parsed Entity | |
Text from specification | |
An entity reference must not contain the name of an unparsed entity. Unparsed entities may be referred to only in attribute values declared to be of type ENTITY or ENTITIES. |
|
Explanation | |
Since unparsed entities can't be parsed, don't try to force the parser to parse them. |
|