| Syntax 
   #appinfo
 
 Purpose
 
 A pre-defined, read-only shelf that provides processing data to an application by accessing the #appinfoparameter of an SGML declaration. It may appear only in a string expression, either in the format item "%g" or as the name of a stream. Whether the #appinfoshelf has a value depends on the state of SGML parsing. It has a value only if the SGML declaration has already been parsed and it had an#appinfodeclaration other than "None". If this is not the case, the stream is unattached. Therefore, it is never attached in:
 In addition, use of #appinfohas the following limitations: It cannot be opened, closed, written to, or discarded.
It is not "attached" if an SGML declaration was not given, "appinfo none" was specified in the SGML declaration, or it is used in a cross-translation.
If it is "attached" it is also "closed".
 #appinfois "read-only" and may be passed to a function only as a read-only argument, remainder, or value.
 #appinfomust not be accessed inprocess,process-startorprocess-endrules.
 |