<link> link variables

name
link
xml namespace
http://moyaproject.com

Create a link in the context. Similar to a symlink in the filesystem, a link creates a variable that references another value.

Example

<str dst="foo">Hello</str>
<link src="foo" dst="bar" />
<str dst="bar">World</str>
<echo>${foo}</bar> <!-- World -->
<echo>${bar}</bar> <!-- World -->
attributes
name purpose type required? default choices
dst Destination reference Yes
src Source reference Yes
inherited attributes
name purpose type required? default choices
if Conditional expression expression No yes