template::current_tag (private)

 template::current_tag

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

Return the top level tag from the stack.

Returns:
the tag from the top of the tag stack.
Author:
Lee Denison <lee@runtime-collective.com>
Created:
2002-01-30

Testcases:
No testcase defined.
Source code:
    variable tag_stack

    return [lindex $tag_stack end 1]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: