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

Prev:unexpected-end ( -- * )
Next:bad-cdata ( -- * )


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

ERROR: duplicate-attr line column key values ;


Methods