Handbook
Glossary
quoteless-attr ( -- * )
XML parsing errors
Prev:
bad-name ( line -- * )
Next:
disallowed-char ( line -- * )
Vocabulary
xml
.
errors
Class description
Describes the error where an attribute of an XML tag is missing quotes around a value.
Bad XML document for the error
<tag foo=bar/>
Definition
IN:
xml.errors
ERROR:
quoteless-attr
line column
;
Methods
USING:
debugger
generic
io
xml.errors
;
M:
quoteless-attr
error.
M\
quoteless-attr
error.
(call-next-method)
"Attribute lacks quotes around value"
print
;