| Syntax 
   #markup-parser
 
 Purpose
 
 A built-in stream that identifies the input to the markup parser. Values written to it are passed to the active parser (SGML or XML), as specified at the beginning of the program. It is the current output destination in the following:
 You  cannot open or close the #markup-parserstream. #markup-parseris available in any function called from the above contexts, or in anyfindrules performed as a result ofsubmitin any of the above contexts. It cannot be written to in any other contexts.
 In earlier releases of OmniMark, #markup-parserwas identified as#sgml. This form is still valid, but its use is deprecated. The name#markup-parseris preferred because it writes to both supported parsers (the SGML parser and the XML parser). If other parsers are added to OmniMark in the future, the#markup-parserstream will be used to write to them as well. |