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