Handbook
Glossary
notags ( -- * )
XML parsing errors
Prev:
multitags ( -- * )
Next:
extra-attrs ( line -- * )
Vocabulary
xml
.
errors
Class description
XML parsing error describing the case where an XML document contains no main tag, or any tags at all
Bad XML document for the error
<?xml version='1.0'?>
Definition
IN:
xml.errors
ERROR:
notags
;
Methods
USING:
debugger
io
kernel
xml.errors
;
M:
notags
error.
drop
"XML document lacks a main tag"
print
;