Handbook
Glossary
attr-w/< ( -- * )
XML parsing errors
Prev:
text-w/]]> ( -- * )
Next:
misplaced-directive ( line -- * )
Vocabulary
xml
.
errors
Class description
Describes the error where an attribute value contains the literal character
<
which is disallowed.
Bad XML document for the error
<x value='bar<baz'/>
Definition
IN:
xml.errors
ERROR:
attr-w/<
line column
;
Methods
USING:
debugger
generic
io
xml.errors
;
M:
attr-w/<
error.
M\
attr-w/<
error.
(call-next-method)
"Attribute value contains literal <"
print
;