Arbortext Command Language > Commands > find_attr_value
  
find_attr_value
find_attr_value [value]
This alias scans forward from the cursor in the current document for the next attribute whose value exactly matches value. If you do not supply the argument, a response panel prompts you to do so.
For example, if you have <xrefs idrefs="abc def">, the command find_attr_value “abc def” would find it. The command find_attr_value “abcdef” would not find it because the attribute values don't match exactly.
Another command you could use in this situation is find_id. find_id abc would find the IDREFS because find_id recognizes attribute values delimited by spaces.
fav is a synonym for find_attr_value.
Examples
find_attr_value p100
fav 1
fav "1pc+2pt"
Related Topics
find_attr_string command
find_id command