apm_attribute_value (public)
apm_attribute_value [ -default default ] element attribute
Defined in packages/acs-tcl/tcl/apm-xml-procs.tcl
Parses the XML element to return the value for the specified attribute.
- Switches:
- -default (optional)
- Parameters:
- element (required)
- attribute (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- apm__test_info_file
Source code: ns_log Debug "apm_attribute_value $element $attribute $default --> [xml_node_get_attribute $element $attribute $default]" return [xml_node_get_attribute $element $attribute $default]XQL Not present: PostgreSQL, Oracle Generic XQL file: packages/acs-tcl/tcl/apm-xml-procs.xql