install::xml::action::source (private)

 install::xml::action::source node

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

Source an install.xml file, SQL file or Tcl script during execution of the current install.xml. If no type attribute is specified then this tag will attempt to guess type of the sourced script from the file extension, otherwise it defaults to install.xml. The type of the sourced script may be explicitly declared as 'tcl', 'sql' or 'install.xml' using the type attribute.

Parameters:
node
Author:
Lee Denison lee@xarg.co.uk
Created:
2005-02-04

Partial Call Graph (max 5 caller/called nodes):
%3 apm::process_install_xml apm::process_install_xml (public) apm_attribute_value apm_attribute_value (public) apm_required_attribute_value apm_required_attribute_value (public) db_source_sql_file db_source_sql_file (public) install::xml::util::get_id install::xml::util::get_id (public) install::xml::action::source install::xml::action::source install::xml::action::source->apm::process_install_xml install::xml::action::source->apm_attribute_value install::xml::action::source->apm_required_attribute_value install::xml::action::source->db_source_sql_file install::xml::action::source->install::xml::util::get_id

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