no-entity ( line -- * )
XML parsing errors

Prev:expected ( line column -- * )
Next:pre/post-content ( string pre? -- * )


Vocabulary
xml.errors

Class description
XML parsing error describing the use of an undefined entity. Contains one slot, thing, containing a string representing the entity.

Bad XML document for the error
<x>&foo;</x>


Definition

ERROR: no-entity line column thing ;


Methods