capitalized-prolog ( line -- * ) - Factor Documentation

capitalized-prolog ( line -- * )


Vocabulary
xml .errors

Definition
IN: xml.errors

ERROR: capitalized-prolog line column name ;


Methods
USING: accessors debugger generic io kernel xml.errors ;

M: capitalized-prolog error.
dup M\ capitalized-prolog error. (call-next-method)
"XML prolog name was partially or totally capitalized, using"
print "<?" write name>> write "...?>" write
" instead of <?xml...?>" print ;

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