Handbook
Glossary
text-w/]]> ( -- * )
XML parsing errors
Prev:
bad-cdata ( -- * )
Next:
attr-w/< ( -- * )
Vocabulary
xml
.
errors
Class description
Describes the error where a text node contains the literal string
]]>
which is disallowed.
Bad XML document for the error
<x>Here's some text: ]]> there it was</x>
Definition
IN:
xml.errors
ERROR:
text-w/]]>
line column
;
Methods
USING:
debugger
generic
io
xml.errors
;
M:
text-w/]]>
error.
M\
text-w/]]>
error.
(call-next-method)
"Text node contains ']]>'"
print
;