set tagtemplatepath
set tagtemplatepath=d1 [:dn]
This command specifies a list of directories to search for tag templates. Specify each directory separated by a semicolon. A list of multiple directories must be enclosed in quotation marks. The default path is the path specified by
APTTAGTPLDIR environment variable, if it exists. If that environment variable is not set, the directory specified by the
$home ACL variable is used.
If there is an Arbortext-path\custom\tagtemplates subdirectory at startup, the custom\tagtemplates path is automatically prepended to the tag template path. Putting your tag templates in the custom\tagtemplates subdirectory makes them automatically available, avoiding manual steps to add them to the path.
You can put custom tag templates you want associated with a particular document type into a custom\doctypes\doctype\tagtemplates directory or in the original location of the document type's doctype\tagtemplates directory.
You can also specify alternate or additional locations for your tag templates directory via the document type’s DCF file. Refer to
Specifying an alternate location for a tag templates directory for information.
You can use the
append_tagtemplate_path function to update the tag template path.
Related Topics