duplicate-attr ( line column -- * ) - Factor Documentation

duplicate-attr ( line column -- * )
XML parsing errors



Vocabulary
xml .errors

Class description
Describes the error where there is more than one attribute of the same key.

Bad XML document for the error
<tag value='1' value='2'/>


Definition
IN: xml.errors

ERROR: duplicate-attr line column key values ;


Methods
USING: debugger generic io xml.errors ;

M: duplicate-attr error.
M\ duplicate-attr error. (call-next-method)
"Duplicate attribute" print ;

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