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


Methods

M: multitags error.
drop "XML document contains multiple main tags" print ;