install::xml::action::call-tcl-proc (private)

 install::xml::action::call-tcl-proc node

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

Call an arbitrary Tcl library procedure. Parameters which have a name are called using the "-param" syntax. If there's no name given, the value is passed directly as a positional parameter. It is the user's responsibility to list all named parameters before any positional parameter (as is necessary if the proc is declared using ad_proc). If a named parameter has an XML attribute declaring its type to be boolean, and the value is blank, the switch is passed without a value. Otherwise, the boolparam=value syntax is used. You can cheat and use this to execute arbitrary Tcl code if you dare, since Tcl commands are just procs ...

Parameters:
node
Author:
Don Baccus donb@pacifier.com
Created:
2008-12-04

Partial Call Graph (max 5 caller/called nodes):
%3 apm_attribute_value apm_attribute_value (public) apm_required_attribute_value apm_required_attribute_value (public) install::xml::util::get_id install::xml::util::get_id (public) xml_node_get_children xml_node_get_children (public) xml_node_get_name xml_node_get_name (public) install::xml::action::call-tcl-proc install::xml::action::call-tcl-proc install::xml::action::call-tcl-proc->apm_attribute_value install::xml::action::call-tcl-proc->apm_required_attribute_value install::xml::action::call-tcl-proc->install::xml::util::get_id install::xml::action::call-tcl-proc->xml_node_get_children install::xml::action::call-tcl-proc->xml_node_get_name

Testcases:
No testcase defined.
[ show source ]
Show another procedure: