Handbook
Glossary
duplicate-attr ( line column -- * )
XML parsing errors
Prev:
unexpected-end ( -- * )
Next:
bad-cdata ( -- * )
Vocabulary
xml
.
errors
Class description
Describes the error where there is more than one attribute of the same key.
Bad XML document for the error
<tag value='1' value='2'/>
Definition
IN:
xml.errors
ERROR:
duplicate-attr
line column key values
;
Methods
USING:
debugger
generic
io
xml.errors
;
M:
duplicate-attr
error.
M\
duplicate-attr
error.
(call-next-method)
"Duplicate attribute"
print
;