biopython v1.71.0 Bio.Entrez.Parser.ValidationError
XML tag found which was not defined in the DTD.
Validating parsers raise this error if the parser finds a tag in the XML that is not defined in the DTD. Non-validating parsers do not raise this error. The Bio.Entrez.read and Bio.Entrez.parse functions use validating parsers by default (see those functions for more information).
Link to this section Summary
Functions
Initialize the class
Link to this section Functions
Link to this function
__init__()
Initialize the class.