|
|||||
built-in variable | #message | ||||
Related Syntax | Related Concepts |
Purpose
A built-in stream shelf that provides the text of the fixed part of an SGML or XML error message. This stream shelf can be accessed only from the header and body of sgml-error
rules.
#message
also can be used as a pattern variable for compatibility with past releases. However, this use is deprecated. Unlike programmer-defined pattern variables, #message
must always be heralded with the pattern
keyword, even where heralding is usually optional.
The is specified
test is always true for #message
because the fixed part is present in all SGML error messages.
Related Syntax pattern sgml-error #class #error-code #file-name #line-number #recovery-info #additional-info |
Related Concepts XML/SGML error rules: predefined pattern variables |
---- |