template::tag_attribute (private)

 template::tag_attribute tag attribute

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

Return an attribute from a tag that has already been processed.

Parameters:
tag - the tag identifier
attribute - the attribute name
Returns:
the value of the tag's attribute
Author:
Lee Denison <lee@runtime-collective.com>
Created:
2002-01-30

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

Testcases:
No testcase defined.
Source code:
    return [ns_set get $tag $attribute]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: