What is entity validation


Docbook & XML files in general often contain entities. An entity is a series of characters that contain reserved XML characters, such as '&', '<' and '>'.

If entities are not properly declared in an XML file, the validation process becomes complex since its unknown if the use of these reserved characters is intended.

Since entities are commonly included in XML files without the appropriate syntax, you can opt to disable entity validation.