Handbook
Glossary
multitags ( -- * )
XML parsing errors
Next:
notags ( -- * )
Vocabulary
xml
.
errors
Class description
XML parsing error describing the case where there is more than one main tag in a document.
Bad XML document for the error
<a/> <b/>
Definition
IN:
xml.errors
ERROR:
multitags
;
Methods
USING:
debugger
io
kernel
xml.errors
;
M:
multitags
error.
drop
"XML document contains multiple main tags"
print
;