|
document-start Full Description |
|
Syntax document-start condition?
local-declaration*
action+
Purpose A rule that allows you to do processing and produce output before the beginning of an XML or SGML document. These rules are to be performed after any
The following are examples of document-start
output "{\rtf1\mac %n"
document-start when index isnt open
open index as file "index.doc"
|