template::template_tag_include_command (private)

 template::template_tag_include_command src params

Defined in packages/acs-templating/tcl/tag-init.tcl

Parameters:
src
params

Partial Call Graph (max 5 caller/called nodes):
%3 packages/acs-templating/tcl/tag-init.tcl packages/acs-templating/ tcl/tag-init.tcl template::template_tag_include_command template::template_tag_include_command packages/acs-templating/tcl/tag-init.tcl->template::template_tag_include_command template::template_tag_include_helper template::template_tag_include_helper (private) template::template_tag_include_helper->template::template_tag_include_command

Testcases:
No testcase defined.
Source code:
    # pass additional arguments as key-value pairs

    set command "template::adp_parse"
    append command " \[template::util::url_to_file \"$src\" \"\$__adp_stub\"\]"
    append command " \[list"

    foreach {key value} [ns_set array $params] {
        if {$key in {src ds}} { continue }
        append command [subst { $key "$value"}]
    }
    append command "\]"
    return $command
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: