Arbortext Command Language > Functions by Alphabetical Listing > tag_alias
  
tag_alias
tag_alias (tagname[, doc])
This function returns the alias of tagname, where tagname is the real name of the tag as defined in the DTD. A null string is returned if tagname does not have an alias.
The doc argument specifies the identifier of the document tree. If doc is omitted or 0, the current document is used.
Related Topics
Alias map overview
tag_real_name function
attr_real_name function
attr_alias function
attr_value_real_name function
attr_value_alias function