diff --git a/manual/Tasks/local.html b/manual/Tasks/local.html index 830cc1858..2e64ec631 100644 --- a/manual/Tasks/local.html +++ b/manual/Tasks/local.html @@ -53,6 +53,12 @@ examples section.
+As an alternative to (or in conjunction with) the name
attribute, the nested text of
+each of one or more nested <name>
elements specifies a property name to declare in
+the local scope.
+
Each invocation gets its own property named parent
and there will be no global
property of that name at all.
@name
:
++<local> + <name>foo</name> + <name>bar</name> + <name>baz</name> +</local> +