Arbortext Command Language > Functions by Alphabetical Listing > tag_attr_fixed
  
tag_attr_fixed
tag_attr_fixed (tagname, attr[, doc])
This function returns 1 (True) if the attribute named attr for the element tagname is declared as a #FIXED attribute in the DTD for the specified document.
* 
If you have applied an alias map to the document, tagname and attr can be either aliases or real names.
If doc is omitted, the current document is used.
* 
If the document type definition for your document instance includes the NAMECASE GENERAL NO setting, then the tagname parameter will be case sensitive.
Related Topics
tag_attr_choices function
tag_attr_conref function
tag_attr_default function
tag_attr_required function
tag_attr_type function
tag_attr_value function
tag_attrs function
tag_has_attr function
tag_has_conref function
tag_content function