| Syntax 
   #additional-info
 
 Purpose
 
 A built-in stream shelf that provides specific information about the input data being parsed in the case of an error. The information provided to #additional-infocomes from the markup parser error message.#additional-infocan only be accessed from the header and body ofsgml-errorormarkup-errorrules. The information provided is the text of the error message that gives information about this particular error. #recovery-infoprovides information on how the markup parser will recover from the error and continue processing. #additional-infois not always attached. Use theis attachedtest to ensure the stream is attached before attempting to use its value (the information about the input data).
 additional-infocan also be used as a pattern variable for compatibility with past releases. However, this use is deprecated. Unlike programmer-defined pattern variables,addtional-infomust always be heralded with thepatternkeyword, even where heralding is usually optional.
 When using addtional-infoas a pattern variable, use theis specifiedtest to ensure a value has been assigned to the pattern variable. |