bad-cdata ( -- * ) - Factor Documentation

bad-cdata ( -- * )
XML parsing errors



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 ;

AltStyle によって変換されたページ (->オリジナル) /