| Syntax 
   #recovery-info
 
 Purpose
 
 A built-in stream shelf that provides information about how the markup parser will recover from the error and continue processing. (This information comes from the markup parser error message.) This stream shelf can be accessed only from the header and body of sgml-errorrules. #recovery-infois not always attached. Use theis attachedtest to ensure the stream is attached before attempting to use its value (the recovery information).
 #recovery-infoalso can be used as a pattern variable for compatibility with past releases. However, this use is deprecated. Unlike programmer-defined pattern variables,#recovery-infomust always be heralded with thepatternkeyword, even where heralding is usually optional.
 When using #recovery-infoas a pattern variable, use theis specifiedtest to ensure a value has been assigned to the pattern variable. |