| Syntax 
   document-end condition?
     local declaration*
     action*
 Purpose
 
 A rule that allows you to do processing and produce output after the end of an XML or SGML document. These rules are to be performed before any process-endrules (including processing-instruction rules).document-endrules are performed in the order they appear in the program. document-endrules are allowed only in aided translation type programs that useup-translate,down translate, orcontext-translate. They are equivalent to the processing done after the parse continuation operator (%corsuppress) in ado xml-parseordo sgml-parse.
 |