From 9f86139b7604ea782a35e09bf9d0c55154197051 Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Sat, 24 May 2014 13:07:19 +0200 Subject: Added ste:setlocal and refined test_scope. --- docu/language_definition.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docu') diff --git a/docu/language_definition.html b/docu/language_definition.html index 84232de..a296395 100644 --- a/docu/language_definition.html +++ b/docu/language_definition.html @@ -445,6 +445,9 @@
<ste:set var="temp"><ste:foo /></ste:set>
<ste:bar baz="$temp" />

+

ste:set

+

ste:setlocal is used like ste:set, but only a local variable will be set (ste:set would overwrite a variable, if it was declared in a parent scope). +

ste:get

ste:get will return the content of a variable. The parameter var takes the name of the variable to get. Useful, if you want to get a variable which name is stored in a variable.

-- cgit v1.2.3-54-g00ecf