unclosed
XML parsing errors

Prev:not-yes/no ( line -- * )
Next:mismatched ( line column -- * )


Vocabulary
xml.errors

Class description
XML parsing error used to describe the case where the XML document contains classes which are not closed by the end of the document. Contains one slot, tags, a sequence of names.

Bad XML document for the error
<x>some text


Definition

TUPLE: unclosed line column tags ;


Methods