extra-attrs ( line -- * )
XML parsing errors

Prev:notags ( -- * )
Next:nonexist-ns ( line -- * )


Vocabulary
xml.errors

Class description
XML 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/>


Definition

ERROR: extra-attrs line column attrs ;


Methods