|
|||||
|
|||||
Related Syntax | Related Concepts | ||||
rule |
prolog-end |
Syntax
prolog-end condition? action*
You can use a prolog-end
rule to perform actions at the end of the prolog of an XML or SGML document. (The prolog is anything occurring before the start tag of the root element, such as the SGML or XML declaration or the DTD)
If an error occurs in the processing of the prolog, the prolog-end
rule will not fire, but a prolog-in-error
prolog-end
rule will fire, if one is present.
You can have as many prolog-end
rules as you like. Each will be performed in the order it occurs in the program.
Related Syntax prolog-in-error do sgml-parse do xml-parse |
Related Concepts SGML document regions XML document regions |
Copyright © Stilo International plc, 1988-2008.