bad-cdata ( -- * ) (original) (raw)
bad-cdata ( -- * )
XML parsing errors
Prev: | duplicate-attr ( line column -- * ) |
---|---|
Next: | text-w/]]> ( -- * ) |
Class description
Describes the error where CDATA is used outside of the main tag of an XML document.
Bad XML document for the error
y <![CDATA[]]>
Definition
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 ;