not-yes/no ( line -- * )
XML parsing errors

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


Vocabulary
xml.errors

Class description
XML parsing error used to describe the case where standalone is set in the XML prolog to something other than yes or no. This contains one slot, text, which contains offending value.

Bad XML document for the error
<?xml version='1.0' standalone='maybe'?> <x/>


Definition

ERROR: not-yes/no line column text ;


Methods