nonexist-ns ( line -- * )
XML parsing errors

Prev:extra-attrs ( line -- * )
Next:not-yes/no ( line -- * )


Vocabulary
xml.errors

Class description
XML parsing error describing the case where a namespace doesn't exist but it is used in a tag. Contains one slot, name, which contains the name of the undeclared namespace.

Bad XML document for the error
<a:b>c</a:b>


Definition


Methods