xml_node_get_attribute (public)

 xml_node_get_attribute node_id attribute_name [ default ]

Defined in packages/acs-tcl/tcl/30-xml-utils-procs.tcl

Get Node Attribute

Parameters:
node_id
attribute_name
default (optional)

Partial Call Graph (max 5 caller/called nodes):
%3 aa_test::parse_install_file aa_test::parse_install_file (public) xml_node_get_attribute xml_node_get_attribute aa_test::parse_install_file->xml_node_get_attribute aa_test::parse_test_file aa_test::parse_test_file (public) aa_test::parse_test_file->xml_node_get_attribute apm_attribute_value apm_attribute_value (public) apm_attribute_value->xml_node_get_attribute apm_get_package_repository apm_get_package_repository (public) apm_get_package_repository->xml_node_get_attribute auth::sync::process_doc::ims::ProcessDocument auth::sync::process_doc::ims::ProcessDocument (private) auth::sync::process_doc::ims::ProcessDocument->xml_node_get_attribute

Testcases:
No testcase defined.
Source code:
#   ns_log notice "xml_node_get_attribute [$node_id nodeName] $attribute_name --> [$node_id getAttribute $attribute_name $default]"
    return [$node_id getAttribute $attribute_name $default]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: