quoteless-attr ( -- * ) - Factor Documentation

quoteless-attr ( -- * )
XML parsing errors



Vocabulary
xml .errors

Class description
Describes the error where an attribute of an XML tag is missing quotes around a value.

Bad XML document for the error
<tag foo=bar/>


Definition
IN: xml.errors

ERROR: quoteless-attr line column ;


Methods
USING: debugger generic io xml.errors ;

M: quoteless-attr error.
M\ quoteless-attr error. (call-next-method)
"Attribute lacks quotes around value" print ;

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