Handbook
Glossary
bad-cdata ( -- * )
XML parsing errors
Prev:
duplicate-attr ( line column -- * )
Next:
text-w/]]> ( -- * )
Vocabulary
xml
.
errors
Class description
Describes the error where CDATA is used outside of the main tag of an XML document.
Bad XML document for the error
<x>y</x> <![CDATA[]]>
Definition
IN:
xml.errors
ERROR:
bad-cdata
line column
;
Methods
USING:
debugger
generic
io
xml.errors
;
M:
bad-cdata
error.
M\
bad-cdata
error.
(call-next-method)
"CDATA occurs before or after main tag"
print
;