install::xml::action::set-id (public)

 install::xml::action::set-id node

Defined in packages/acs-tcl/tcl/install-procs.tcl

set a name/id pair for use in other install xml things

Parameters:
node

Partial Call Graph (max 5 caller/called nodes):
%3 apm_required_attribute_value apm_required_attribute_value (public) install::xml::action::set-id install::xml::action::set-id install::xml::action::set-id->apm_required_attribute_value

Testcases:
No testcase defined.
Source code:
    set name  [apm_required_attribute_value $node name]
    set value [apm_required_attribute_value $node value]

    variable ::install::xml::ids
    set ids($name$value
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: