Arbortext Command Language > Functions by Alphabetical Listing > insert_filep_entity
  
insert_filep_entity
insert_filep_entity (name)
This function provides a reference to an existing file parameter entity (that is, an external parameter entity), which is then used in the current document's internal subset.
name is the name of the entity. A leading percent sign % is optional. If the entity has not already been declared, an error message is displayed.
The reference is added in the subset immediately after the declaration of the same entity. For example, if %myent has already been declared after the function call
insert_filep_entity("myent")
the document's SGML file will contain this:
<!ENTITY % myent SYSTEM "/usr/myent">
%myent;
* 
To ensure the file parameter's declarations are added to the document's declarations, save the document, then choose Revert to Saved from the File menu.
Related Topics
add_filep_entity function
declare_filep_entity function
delete_filep_entity function