Vocabularyxml.errorsClass descriptionXML parsing error describing the case where the XML prolog (
<?xml ...?> ) contains attributes other than the three allowed ones,
standalone,
version and
encoding. Contains one slot,
attrs, which is a hashtable of all the extra attributes' names.
Bad XML document for the error<?xml version='1.0' reason='because I said so'?>
<foo/>
DefinitionMethods