template::adp_parse_tags_and_localize (private)

 template::adp_parse_tags_and_localize HTML

Defined in packages/acs-templating/tcl/parse-procs.tcl

Helper proc to combine "adp_parse_tags" and "lang::util::localize" as used in the regsub operations for resolving template variables.

Parameters:
HTML

Partial Call Graph (max 5 caller/called nodes):
%3 template::adp_compile template::adp_compile (public) template::adp_parse_tags_and_localize template::adp_parse_tags_and_localize template::adp_compile->template::adp_parse_tags_and_localize lang::util::localize lang::util::localize (public) template::adp_parse_tags_and_localize->lang::util::localize template::adp_parse_tags template::adp_parse_tags (public) template::adp_parse_tags_and_localize->template::adp_parse_tags

Testcases:
No testcase defined.
Source code:
    if {$HTML ne ""} {
        #ns_log notice "YYYY adp_parse_tags_and_localize called with '$HTML'"
        return [::lang::util::localize [adp_parse_tags $HTML]]
    }
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: